1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

VST3: Fixed a resizing bug in Live on Windows

This commit is contained in:
ed 2019-09-09 17:07:35 +01:00
parent efbb530d9d
commit 4b92a111d3

View file

@ -1462,7 +1462,7 @@ private:
#if JUCE_MAC
if (host.isWavelab() || host.isReaper())
#else
if (host.isWavelab())
if (host.isWavelab() || host.isAbletonLive())
#endif
setBounds (0, 0, w, h);
}