diff options
author | Richard Linden <none@none> | 2011-10-11 22:49:00 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-10-11 22:49:00 -0700 |
commit | d0cda13235079c6626ebc7bbe4de542784d50fa0 (patch) | |
tree | 60e8a29d53051aeb5bff81eb5e8af6851ba2d133 /indra/newview/lltoolbarview.h | |
parent | fd1a688f463703ec78a399b35fed19b3d907c91b (diff) |
EXP-1275 FIX A UI element or Keyboard shortcut to clear the viewport
Ctrl+Shift+U now toggles UI and hides floaters
refactored main_view.xml
made all members of llviewerwindow private
Diffstat (limited to 'indra/newview/lltoolbarview.h')
-rw-r--r-- | indra/newview/lltoolbarview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltoolbarview.h b/indra/newview/lltoolbarview.h index 6623e63f8a..01ff137c15 100644 --- a/indra/newview/lltoolbarview.h +++ b/indra/newview/lltoolbarview.h @@ -72,6 +72,8 @@ public: // Loads the toolbars from the existing user or default settings bool loadToolbars(bool force_default = false); // return false if load fails + void setToolBarsVisible(bool visible); + static bool loadDefaultToolbars(); static void startDragTool( S32 x, S32 y, const LLUUID& uuid); |