summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2012-08-31 12:32:27 +0300
committermaxim_productengine <mnikolenko@productengine.com>2012-08-31 12:32:27 +0300
commitff92759181615babd91c41b1a980561dd631f4d9 (patch)
treee11488818ed03bc6b989079947e5927da231a48a /indra
parenta5a5b9e0b000ed2063a05da604e4d3c31d3d164d (diff)
MAINT-284 FIXED setVisbible(true) after openFloater to allow make_ui_sound
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloatercolorpicker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatercolorpicker.cpp b/indra/newview/llfloatercolorpicker.cpp
index 05d73c2416..d6ebe44daa 100644
--- a/indra/newview/llfloatercolorpicker.cpp
+++ b/indra/newview/llfloatercolorpicker.cpp
@@ -172,9 +172,9 @@ void LLFloaterColorPicker::createUI ()
//
void LLFloaterColorPicker::showUI ()
{
+ openFloater(getKey());
setVisible ( TRUE );
setFocus ( TRUE );
- openFloater(getKey());
// HACK: if system color picker is required - close the SL one we made and use default system dialog
if ( gSavedSettings.getBOOL ( "UseDefaultColorPicker" ) )