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 | cd13933b0942ef4fdf2d4ec8f558d0ec2312b691 (patch) | |
tree | cd024b3cb0417c09fe79feab9a5d8ff6498dec65 /indra/newview/lltoolbarview.h | |
parent | 443d1b08b22262566dc4d476ca0bdef665518721 (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 8cafbc9308..ea14e471cd 100644 --- a/indra/newview/lltoolbarview.h +++ b/indra/newview/lltoolbarview.h @@ -100,6 +100,7 @@ private: LLToolBar* mToolbarLeft; LLToolBar* mToolbarRight; LLToolBar* mToolbarBottom; + bool mToolbarsLoaded; bool mDragStarted; LLToolBarButton* mDragToolbarButton; |