1
0
Fork 0
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:
hogliux 2017-09-11 17:15:26 +01:00
parent 9f4648f856
commit 28eda21b89

View file

@ -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