mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Fix/improve flicker when opening browser (#1679)
This commit is contained in:
parent
ad44dc304d
commit
337f96fce8
1 changed files with 1 additions and 1 deletions
|
@ -136,9 +136,9 @@ class Browser(QMainWindow):
|
|||
self.on_undo_state_change(mw.undo_actions_info())
|
||||
# legacy alias
|
||||
self.model = MockModel(self)
|
||||
self.setupSearch(card, search)
|
||||
gui_hooks.browser_will_show(self)
|
||||
self.show()
|
||||
self.setupSearch(card, search)
|
||||
|
||||
def on_operation_did_execute(
|
||||
self, changes: OpChanges, handler: object | None
|
||||
|
|
Loading…
Reference in a new issue