summaryrefslogtreecommitdiff
path: root/indra/llui/lltabcontainer.cpp
diff options
context:
space:
mode:
authorMaximB ProductEngine <mberezhnoy@productengine.com>2012-11-20 06:27:30 +0200
committerMaximB ProductEngine <mberezhnoy@productengine.com>2012-11-20 06:27:30 +0200
commit09570f1e389392f474f853438fc8a477e9ae57d8 (patch)
treef8e70c31f59a8cf061d7a66d43d5742d10393c9f /indra/llui/lltabcontainer.cpp
parentf043bc32fd202de88d6823bb938128147ab4a04c (diff)
parentaba409f24f7ec7d74d545b0309340c98854b7217 (diff)
merge
Diffstat (limited to 'indra/llui/lltabcontainer.cpp')
-rw-r--r--indra/llui/lltabcontainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp
index c24eb2ee90..d1f77830a6 100644
--- a/indra/llui/lltabcontainer.cpp
+++ b/indra/llui/lltabcontainer.cpp
@@ -506,8 +506,8 @@ void LLTabContainer::draw()
}
}
- mPrevArrowBtn->setFlashing(FALSE);
- mNextArrowBtn->setFlashing(FALSE);
+ mPrevArrowBtn->getFlashTimer()->stopFlashing();
+ mNextArrowBtn->getFlashTimer()->stopFlashing();
}