- 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:
Matthias Koefferlein
2025-10-12 21:29:39 +02:00
parent ec5de0ffe8
commit 572fa7db18
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -110,6 +110,8 @@ Editables::del (db::Transaction *transaction)
e->del ();
}
signal_selection_changed ();
} catch (...) {
trans_holder->cancel ();
throw;