mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Windows: Allow constrained resize for windows that are not marked as resizable
This commit is contained in:
parent
3da5a3c9bd
commit
a891f0054c
1 changed files with 1 additions and 3 deletions
|
|
@ -3346,9 +3346,7 @@ private:
|
|||
|
||||
bool isConstrainedNativeWindow() const
|
||||
{
|
||||
return constrainer != nullptr
|
||||
&& (styleFlags & windowIsResizable) != 0
|
||||
&& ! isKioskMode();
|
||||
return constrainer != nullptr && ! isKioskMode();
|
||||
}
|
||||
|
||||
LRESULT handleSizeConstraining (RECT& r, const WPARAM wParam)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue