Bugfix: 'Delete Layer' was mapped incorrectly to 'Edit Layer Specification'

This commit is contained in:
Matthias Koefferlein 2020-04-18 22:59:06 +02:00
parent 0066381b40
commit 73521bc0dc
1 changed files with 1 additions and 1 deletions

View File

@ -6815,7 +6815,7 @@ LayoutView::menu_activated (const std::string &symbol)
}
} else if (symbol == "cm_delete_layer") {
if (active_cellview_index () >= 0) {
cm_edit_layer ();
cm_delete_layer ();
}
} else if (symbol == "cm_clear_layer") {
if (active_cellview_index () >= 0) {