diff options
author | callum <none@none> | 2012-01-23 17:00:57 -0800 |
---|---|---|
committer | callum <none@none> | 2012-01-23 17:00:57 -0800 |
commit | 4140a688548a1139466740c87cdec883f267cfa7 (patch) | |
tree | 22918adae1ec53e59dc4b95208021232499ccab1 /indra/newview/llfloatertools.h | |
parent | 5c8b24a0553699e83f405f1663d391bc7ed0d265 (diff) |
EXP-1818 World/Local/Reference editing mode hidden
Moved coordinate mode combo back into main build floater from sub-floater.
Diffstat (limited to 'indra/newview/llfloatertools.h')
-rw-r--r-- | indra/newview/llfloatertools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatertools.h b/indra/newview/llfloatertools.h index 63ed9dc82b..7a19d093a4 100644 --- a/indra/newview/llfloatertools.h +++ b/indra/newview/llfloatertools.h @@ -33,6 +33,7 @@ class LLButton; class LLCheckBoxCtrl; +class LLComboBox; class LLPanelPermissions; class LLPanelObject; class LLPanelVolume; @@ -140,6 +141,7 @@ public: LLCheckBoxCtrl* mCheckSnapToGrid; LLButton* mBtnGridOptions; + LLComboBox* mComboGridMode; LLCheckBoxCtrl* mCheckStretchUniform; LLCheckBoxCtrl* mCheckStretchTexture; |