Skip to content

Commit 71d3703

Browse files
committed
Revert change causing plugineditor not to remember it's last size inside DAW
1 parent e31eb9c commit 71d3703

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Source/PluginEditor.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,7 @@ PluginEditor::PluginEditor(PluginProcessor& p)
309309

310310
sidebar->setSize(250, pd->lastUIHeight - statusbar->getHeight());
311311

312-
if (ProjectInfo::isStandalone) {
313-
setSize(pd->lastUIWidth, pd->lastUIHeight);
314-
} else {
315-
setSize(850, 650);
316-
}
312+
setSize(pd->lastUIWidth, pd->lastUIHeight);
317313

318314
sidebar->toFront(false);
319315

0 commit comments

Comments
 (0)