FIRE-7530: Make sure, an un-minimized floater goes to the front
parent
7bada65356
commit
42efd7cb2d
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue