diff options
author | leyla_linden <none@none> | 2011-09-30 10:00:49 -0700 |
---|---|---|
committer | leyla_linden <none@none> | 2011-09-30 10:00:49 -0700 |
commit | 8fa45941b6ce99c462f19628a17d4db2396286b9 (patch) | |
tree | bc8c409bb7208d4fa17982f946e7d2cc5986903b /indra/llui | |
parent | 71ed326f51770b215ba5dd2ac8d159c3b764c2d2 (diff) |
EXP-1264 Chat log shows as blank if closing viewer with chat log open and then opening chat floater on next login
EXP-1271 Remove UI hints
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llfloater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h index 58c2d34253..fba59e82e1 100644 --- a/indra/llui/llfloater.h +++ b/indra/llui/llfloater.h @@ -293,7 +293,7 @@ public: protected: virtual void applySavedVariables(); - void applyRectControl(); + virtual void applyRectControl(); void applyDockState(); void storeRectControl(); void storeVisibilityControl(); |