Skip to content

Commit

Permalink
change to the edit mode in the same way as when using the key command…
Browse files Browse the repository at this point in the history
… or the menu entry
  • Loading branch information
scheffle committed Mar 1, 2024
1 parent 4381228 commit 6906135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vstgui/plugin-bindings/vst3editor.cpp
Expand Up @@ -1859,7 +1859,7 @@ void VST3Editor::showEditButton (bool state)
if (state)
{
openUIEditorController =
new EnterEditModeController (getFrame (), [this] () { enableEditing (true); });
new EnterEditModeController (getFrame (), [this] () { editingEnabled = true; requestRecreateView (); });
}
else
{
Expand Down

0 comments on commit 6906135

Please sign in to comment.