mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Call browser show hook prior to initiating search
https://github.com/ankipalace/advanced-browser/issues/141
This commit is contained in:
parent
d90608198f
commit
9ed12bb9d0
1 changed files with 1 additions and 1 deletions
|
@ -137,8 +137,8 @@ class Browser(QMainWindow):
|
||||||
self.on_undo_state_change(mw.undo_actions_info())
|
self.on_undo_state_change(mw.undo_actions_info())
|
||||||
# legacy alias
|
# legacy alias
|
||||||
self.model = MockModel(self)
|
self.model = MockModel(self)
|
||||||
self.setupSearch(card, search)
|
|
||||||
gui_hooks.browser_will_show(self)
|
gui_hooks.browser_will_show(self)
|
||||||
|
self.setupSearch(card, search)
|
||||||
self.show()
|
self.show()
|
||||||
|
|
||||||
def on_operation_did_execute(
|
def on_operation_did_execute(
|
||||||
|
|
Loading…
Reference in a new issue