mirror of https://github.com/KLayout/klayout.git
Bugfix: paste was always paste_interactive
This commit is contained in:
parent
de4315eb17
commit
14b6d58a09
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue