mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST2: Fixed live-resize issue in Bitwig
This commit is contained in:
parent
9f4648f856
commit
28eda21b89
1 changed files with 3 additions and 1 deletions
|
|
@ -1266,7 +1266,9 @@ public:
|
|||
{
|
||||
ed->setTopLeftPosition (0, 0);
|
||||
ed->setBounds (ed->getLocalArea (this, getLocalBounds()));
|
||||
updateWindowSize();
|
||||
|
||||
if (! getHostType().isBitwigStudio())
|
||||
updateWindowSize();
|
||||
}
|
||||
|
||||
#if JUCE_MAC && ! JUCE_64BIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue