diff --git a/vstgui/plugin-bindings/vst3editor.cpp b/vstgui/plugin-bindings/vst3editor.cpp index cde5e6d67..058c7fead 100644 --- a/vstgui/plugin-bindings/vst3editor.cpp +++ b/vstgui/plugin-bindings/vst3editor.cpp @@ -1945,7 +1945,7 @@ bool VST3Editor::enableEditing (bool state) CCoord width = view->getWidth () * scaleFactor; CCoord height = view->getHeight () * scaleFactor; - if (canResize () == Steinberg::kResultTrue) + if (canResize () == Steinberg::kResultTrue && nonEditRect.isEmpty ()) { Steinberg::ViewRect tmp; if (getRect ().getWidth () != width)