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:
parent
efbb530d9d
commit
4b92a111d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue