summaryrefslogtreecommitdiff
path: root/indra/newview/llstatusbar.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-08-01 20:29:33 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-08-01 20:29:33 +0300
commitaf4329dbdabff4eb2bf7b93d42f44334f00904ea (patch)
tree01bac9e032be9585694b56598f818027cc086ca8 /indra/newview/llstatusbar.h
parent757de2a77bd84af089961d0d729d64f8c667a8ca (diff)
SL-11666 Fixed the search menu button being over Linden dollar balance
Diffstat (limited to 'indra/newview/llstatusbar.h')
-rw-r--r--indra/newview/llstatusbar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llstatusbar.h b/indra/newview/llstatusbar.h
index 403d590aca..cad877f799 100644
--- a/indra/newview/llstatusbar.h
+++ b/indra/newview/llstatusbar.h
@@ -114,7 +114,8 @@ private:
std::unique_ptr< ll::statusbar::SearchData > mSearchData;
void collectSearchableItems();
void updateMenuSearchVisibility( const LLSD& data );
- void updateMenuSearchPosition();
+ void updateMenuSearchPosition(); // depends onto balance position
+ void updateBalancePanelPosition();
private:
LLTextBox *mTextTime;