mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AudioPluginDemo: Explicitly add corner resizer to editor
This commit is contained in:
parent
34f8afbbca
commit
f5a21daa06
1 changed files with 1 additions and 0 deletions
|
|
@ -402,6 +402,7 @@ private:
|
|||
|
||||
// set resize limits for this plug-in
|
||||
setResizeLimits (400, 200, 1024, 700);
|
||||
setResizable (true, true);
|
||||
|
||||
lastUIWidth .referTo (owner.state.state.getChildWithName ("uiState").getPropertyAsValue ("width", nullptr));
|
||||
lastUIHeight.referTo (owner.state.state.getChildWithName ("uiState").getPropertyAsValue ("height", nullptr));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue