diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-11-13 20:00:47 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-11-13 20:00:47 +0200 |
commit | 31be136d4056e02cbf5c377f3544235debb7376b (patch) | |
tree | 072cea0415666ed270ea64c5b6df82bbdee856ac /indra | |
parent | d4e7d4a4982c22520a177894ab91394ce10c3af5 (diff) |
SL-10042 Fixed hang in inventory floater
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloateravatarpicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloateravatarpicker.cpp b/indra/newview/llfloateravatarpicker.cpp index c5561fe011..33099db1b9 100644 --- a/indra/newview/llfloateravatarpicker.cpp +++ b/indra/newview/llfloateravatarpicker.cpp @@ -812,7 +812,7 @@ bool LLFloaterAvatarPicker::isSelectBtnEnabled() { bool ret_val = visibleItemsSelected(); - if ( ret_val ) + if ( ret_val && !isMinimized()) { std::string acvtive_panel_name; LLScrollListCtrl* list = NULL; |