FIRE-7530: Make sure, an un-minimized floater goes to the front

Ansariel 2014-09-05 12:39:42 +02:00
parent 7bada65356
commit 42efd7cb2d
1 changed files with 3 additions and 0 deletions

View File

@ -1399,6 +1399,9 @@ void LLFloater::setMinimized(BOOL minimize)
// Reshape *after* setting mMinimized
reshape( mExpandedRect.getWidth(), mExpandedRect.getHeight(), TRUE );
// <FS:Ansariel> FIRE-7530: Make sure, an un-minimized floater goes to the front
setFrontmost();
}
make_ui_sound("UISndWindowClose");