Skip to content
Snippets Groups Projects
Commit 94d34aef authored by Richard Linden's avatar Richard Linden
Browse files
parents 8874ac39 e356f5c0
No related branches found
No related tags found
No related merge requests found
......@@ -1070,7 +1070,7 @@ void LLFloater::handleReshape(const LLRect& new_rect, bool by_user)
const LLRect old_rect = getRect();
LLView::handleReshape(new_rect, by_user);
if (by_user)
if (by_user && !isMinimized())
{
storeRectControl();
mOpenPositioning = LLFloaterEnums::OPEN_POSITIONING_NONE;
......
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