mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
Remove duplicate renderPage invocation
https://forums.ankiweb.net/t/duplicate-execution-of-the-same-operation-in-code/30943
This commit is contained in:
parent
7044f0c53c
commit
ea1180ffc2
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ class DeckBrowser:
|
|||
def show(self) -> None:
|
||||
av_player.stop_and_clear_queue()
|
||||
self.web.set_bridge_command(self._linkHandler, self)
|
||||
self._renderPage()
|
||||
# redraw top bar for theme change
|
||||
self.mw.toolbar.redraw()
|
||||
self.refresh()
|
||||
|
|
Loading…
Reference in a new issue