mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-01-21 15:03:37 +01:00
fix bq deletion
This commit is contained in:
@@ -643,6 +643,8 @@ class Application(Gtk.Application):
|
||||
continue
|
||||
|
||||
self._fav_model.clear()
|
||||
b_row = self._bouquets_model[itr][:]
|
||||
self._bouquets.pop("{}:{}".format(b_row[Column.BQ_NAME], b_row[Column.BQ_TYPE]), None)
|
||||
self._bouquets_model.remove(itr)
|
||||
|
||||
# ***************** ####### *********************#
|
||||
|
||||
Reference in New Issue
Block a user