diff options
author | richard <none@none> | 2009-11-02 14:58:39 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-02 14:58:39 -0800 |
commit | a6b6ca9a24cbc1bfe0b3e45602e1eda1e1e9c8f9 (patch) | |
tree | 6f13962acfa18bd54a452c224df5482d79ce4bca /indra/llui/llfloater.cpp | |
parent | bfec29d46fa446b44446f01516d52a6898b4e83b (diff) |
made floater close/minimize buttons "chrome" so they don't take keyboard focus
removed LLHudView::colorFromType which was unused
reviewed by James
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r-- | indra/llui/llfloater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 8c72b079ee..26a8b6c48f 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -1839,6 +1839,7 @@ void LLFloater::buildButtons() p.follows.flags(FOLLOWS_TOP|FOLLOWS_RIGHT); p.tool_tip(sButtonToolTips[i]); p.scale_image(true); + p.chrome(true); LLButton* buttonp = LLUICtrlFactory::create<LLButton>(p); addChild(buttonp); |