Skip to content
Snippets Groups Projects
Commit 31be136d authored by andreykproductengine's avatar andreykproductengine
Browse files

SL-10042 Fixed hang in inventory floater

parent d4e7d4a4
No related branches found
No related tags found
No related merge requests found
...@@ -812,7 +812,7 @@ bool LLFloaterAvatarPicker::isSelectBtnEnabled() ...@@ -812,7 +812,7 @@ bool LLFloaterAvatarPicker::isSelectBtnEnabled()
{ {
bool ret_val = visibleItemsSelected(); bool ret_val = visibleItemsSelected();
if ( ret_val ) if ( ret_val && !isMinimized())
{ {
std::string acvtive_panel_name; std::string acvtive_panel_name;
LLScrollListCtrl* list = NULL; LLScrollListCtrl* list = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment