Bugfix: paste was always paste_interactive

This commit is contained in:
Matthias Koefferlein 2020-04-05 13:23:22 +02:00
parent de4315eb17
commit 14b6d58a09
1 changed files with 1 additions and 1 deletions

View File

@ -6676,7 +6676,7 @@ LayoutView::menu_activated (const std::string &symbol)
clear_selection ();
} else if (symbol == "cm_paste") {
do_cm_paste (true);
do_cm_paste (false);
} else if (symbol == "cm_paste_interactive") {
do_cm_paste (true);
} else if (symbol == "cm_cut") {