This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
VST3: Fixed a resizing bug in Live on Windows
tags/2021-05-28
ed
5 years ago
parent
efbb530d9d
commit
4b92a111d3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp
+ 1
- 1
modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp
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);
}
Write
Preview
Loading…
Cancel
Save