mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-22 16:39:42 +01:00
fix rename by Ctrl + R, F2
This commit is contained in:
@@ -1425,7 +1425,7 @@ class MainAppWindow:
|
||||
self._bouquets["{}:{}".format(response, bq_type)] = self._bouquets.pop("{}:{}".format(bq_name, bq_type))
|
||||
|
||||
def on_rename(self, view):
|
||||
name = self.get_model_data(view)
|
||||
name, model = self.get_model_data(view)
|
||||
if name == self._BOUQUETS_LIST_NAME:
|
||||
self.on_bouquets_edit(view)
|
||||
elif name == self._FAV_LIST_NAME:
|
||||
|
||||
Reference in New Issue
Block a user