aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstatusbar.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-06-16 00:51:58 -0700
committerJacek Antonelli2010-06-19 02:43:41 -0500
commitdad4792eb085d0d1741fb94a58564bcee1d7ebeb (patch)
treed2f6374de019f32e508f7f289022beee65475335 /linden/indra/newview/llstatusbar.h
parentMade ellipses in menus follow standard user interface guidelines (diff)
downloadmeta-impy-dad4792eb085d0d1741fb94a58564bcee1d7ebeb.zip
meta-impy-dad4792eb085d0d1741fb94a58564bcee1d7ebeb.tar.gz
meta-impy-dad4792eb085d0d1741fb94a58564bcee1d7ebeb.tar.bz2
meta-impy-dad4792eb085d0d1741fb94a58564bcee1d7ebeb.tar.xz
Fixed #339: status bar doesn't update buy currency button branding after switching grids
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llstatusbar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llstatusbar.h b/linden/indra/newview/llstatusbar.h
index c5b4be0..8e71f75 100644
--- a/linden/indra/newview/llstatusbar.h
+++ b/linden/indra/newview/llstatusbar.h
@@ -105,8 +105,11 @@ public:
105 void setLandCommitted(S32 committed); 105 void setLandCommitted(S32 committed);
106 106
107 void refresh(); 107 void refresh();
108 // some elements should hide in mouselook
108 void setVisibleForMouselook(bool visible); 109 void setVisibleForMouselook(bool visible);
109 // some elements should hide in mouselook 110
111 // Update elements that might have changed after login screen
112 void updateElements();
110 113
111 // ACCESSORS 114 // ACCESSORS
112 S32 getBalance() const; 115 S32 getBalance() const;