diff options
author | Merov Linden <merov@lindenlab.com> | 2011-10-24 14:14:55 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-10-24 14:14:55 -0700 |
commit | dbf7bdfe8f266ffb95a6a1def58ccbf46f63eb1c (patch) | |
tree | e97c70757ae17603538602a74bdc1eb1e65fd642 /indra/newview/lltoolbarview.h | |
parent | a22a2412da437835167e92545c0662f27fb1fb5c (diff) |
EXP-1354 : Fixed. Toolbars now saved whenever changing their config and only if initialized correctly.
Diffstat (limited to 'indra/newview/lltoolbarview.h')
-rw-r--r-- | indra/newview/lltoolbarview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoolbarview.h b/indra/newview/lltoolbarview.h index 60ad6316f8..2b26db3802 100644 --- a/indra/newview/lltoolbarview.h +++ b/indra/newview/lltoolbarview.h @@ -98,6 +98,7 @@ private: LLToolBar* mToolbarLeft; LLToolBar* mToolbarRight; LLToolBar* mToolbarBottom; + bool mToolbarsLoaded; bool mDragStarted; LLToolBarButton* mDragToolbarButton; |