diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-01-20 15:21:10 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-01-20 15:21:10 -0800 |
commit | 2d307c193de30a02889bc1a837f12ed053acfd58 (patch) | |
tree | 87c5f604efe2b81ab204e6243846b796395e0fe3 /indra/newview/llfloaterpathfindinglinksets.h | |
parent | 60b1856070e0a2c9c87474d53f3ad8ca29351ee5 (diff) |
Ensuring that the new path state radio items are properly enabled/disabled based on selection.
Diffstat (limited to 'indra/newview/llfloaterpathfindinglinksets.h')
-rw-r--r-- | indra/newview/llfloaterpathfindinglinksets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindinglinksets.h b/indra/newview/llfloaterpathfindinglinksets.h index 915d799079..48ea99df7d 100644 --- a/indra/newview/llfloaterpathfindinglinksets.h +++ b/indra/newview/llfloaterpathfindinglinksets.h @@ -208,6 +208,9 @@ private: LLCheckBoxCtrl *mFilterByObstacle;
LLCheckBoxCtrl *mFilterByIgnored;
LLRadioGroup *mEditPathState;
+ LLUICtrl *mEditPathStateWalkable;
+ LLUICtrl *mEditPathStateObstacle;
+ LLUICtrl *mEditPathStateIgnored;
LLTextBase *mLabelWalkabilityCoefficients;
LLTextBase *mLabelEditA;
LLTextBase *mLabelEditB;
|