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

VST: Removed an old workaround causing plug-in editor window position issues on macOS

This commit is contained in:
ed 2021-03-05 18:02:22 +00:00
parent c32142a215
commit 8140442746

View file

@ -1169,11 +1169,6 @@ public:
{
auto editorBounds = getSizeToContainChild();
#if JUCE_MAC
if (wrapper.useNSView)
setTopLeftPosition (0, getHeight() - editorBounds.getHeight());
#endif
resizeHostWindow (editorBounds.getWidth(), editorBounds.getHeight());
{