mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AudioPluginDemo: Disable corner resizer when loaded as an AUv3
This commit is contained in:
parent
8fb4541fdb
commit
5c886372ab
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ private:
|
|||
|
||||
// set resize limits for this plug-in
|
||||
setResizeLimits (400, 200, 1024, 700);
|
||||
setResizable (true, true);
|
||||
setResizable (true, owner.wrapperType != wrapperType_AudioUnitv3);
|
||||
|
||||
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