mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ResizableWindow: Always recreate desktop window when updating resizability
Windows without titlebars may now be resizable, and therefore must be recreated if resizing is enabled/disabled.
This commit is contained in:
parent
66a29f9762
commit
e12a1a75ac
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ void ResizableWindow::setResizable (const bool shouldBeResizable,
|
|||
resizableBorder.reset();
|
||||
}
|
||||
|
||||
if (isUsingNativeTitleBar())
|
||||
if (isOnDesktop())
|
||||
recreateDesktopWindow();
|
||||
|
||||
childBoundsChanged (contentComponent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue