mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 02:18:09 +02:00
Issue #2173 fixed
- on_selection_changed is issued on "del" - it is also issued on "reduce selection to highlighted ones" in property dialog
This commit is contained in:
@@ -110,6 +110,8 @@ Editables::del (db::Transaction *transaction)
|
||||
e->del ();
|
||||
}
|
||||
|
||||
signal_selection_changed ();
|
||||
|
||||
} catch (...) {
|
||||
trans_holder->cancel ();
|
||||
throw;
|
||||
|
||||
Reference in New Issue
Block a user