diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-04-19 18:09:53 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-19 18:09:53 -0700 |
commit | e73f5ef5620d9774187575610aeaf16b917b7337 (patch) | |
tree | 4a0b41c649917a231421d961823322079990e0dc /indra/newview/llfloaterpathfindingconsole.h | |
parent | 01906a6ce44b9ff995625756abab78dcb6b369ec (diff) |
Ensuring that the view characters button is active in builds with stubbed pathing libraries. Also, adding extra label fields to better indicate enabled/disabled controls on the console.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index 618a652195..b492444a7d 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -146,7 +146,9 @@ private: void fillInColorsForNavMeshVisualization();
LLRootHandle<LLFloaterPathfindingConsole> mSelfHandle;
+ LLTextBase *mShowLabel;
LLCheckBoxCtrl *mShowNavMeshCheckBox;
+ LLTextBase *mShowNavMeshWalkabilityLabel;
LLComboBox *mShowNavMeshWalkabilityComboBox;
LLCheckBoxCtrl *mShowWalkablesCheckBox;
LLCheckBoxCtrl *mShowStaticObstaclesCheckBox;
@@ -166,7 +168,12 @@ private: LLButton *mLinksetsButton;
LLTextBase *mFreezeLabel;
LLButton *mFreezeButton;
+ LLTextBase *mCtrlClickLabel;
+ LLTextBase *mShiftClickLabel;
+ LLTextBase *mCharacterWidthLabel;
+ LLTextBase *mCharacterWidthUnitLabel;
LLSliderCtrl *mCharacterWidthSlider;
+ LLTextBase *mCharacterTypeLabel;
LLComboBox *mCharacterTypeComboBox;
LLTextBase *mPathTestingStatus;
LLButton *mClearPathButton;
|