mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-03-05 12:01:45 +01:00
bouquets deletion fix
This commit is contained in:
@@ -448,8 +448,7 @@ class MainAppWindow:
|
||||
for itr in itrs:
|
||||
if len(model.get_path(itr)) < 2:
|
||||
continue
|
||||
row = model[itr][:]
|
||||
self._bouquets.pop("{}:{}".format(row[0], row[3]))
|
||||
|
||||
self._fav_model.clear()
|
||||
self._bouquets_model.remove(itr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user