mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-20 13:55:15 +01:00
...
This commit is contained in:
parent
23b1ceaa9a
commit
d1d5ee7a3e
2 changed files with 1 additions and 2 deletions
|
|
@ -357,7 +357,6 @@ def closeEvent(self, *args):
|
|||
bytearray(self.saveGeometry()))
|
||||
if self.committed:
|
||||
self.gui.must_restart_before_config = self.must_restart
|
||||
self.gui.tags_view.set_new_model() # in case columns changed
|
||||
self.gui.tags_view.recount()
|
||||
self.gui.create_device_menu()
|
||||
self.gui.set_device_menu_items_state(bool(self.gui.device_connected))
|
||||
|
|
|
|||
|
|
@ -173,7 +173,7 @@ def commit(self):
|
|||
def refresh_gui(self, gui):
|
||||
gui.set_highlight_only_button_icon()
|
||||
if self.muc_changed:
|
||||
gui.tags_view.set_new_model()
|
||||
gui.tags_view.recount()
|
||||
gui.search.search_as_you_type(config['search_as_you_type'])
|
||||
gui.search.do_search()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue