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