mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-05 09:02:53 +02:00
Bugfix: paste was always paste_interactive
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user