diff options
author | angela <angela@lindenlab.com> | 2009-11-10 22:49:25 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2009-11-10 22:49:25 +0800 |
commit | 26d481f3850ded5a20e183260eced4c32c9b7a84 (patch) | |
tree | eddc6989f25aaa3429b23cfdb971dd73cf2edf36 /indra/newview/llfloaterpreference.h | |
parent | 63195e76cae04f4eb98a3ce3230caae17fa79eca (diff) |
(EXT-2343) Preference > Chat > ColorSwatch 's LLUIColorTable is not working
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index b1ad0348c0..10f39e46f1 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -133,7 +133,9 @@ public: void onCommitAutoDetectAspect(); void applyResolution(); void applyWindowSize(); - + void applyUIColor(LLUICtrl* ctrl, const LLSD& param); + void getUIColor(LLUICtrl* ctrl, const LLSD& param); + static void initWindowSizeControls(LLPanel* panelp); static void buildLists(void* data); @@ -159,6 +161,7 @@ public: virtual void apply(); virtual void cancel(); void setControlFalse(const LLSD& user_data); + private: typedef std::map<LLControlVariable*, LLSD> control_values_map_t; control_values_map_t mSavedValues; |