mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix statusbar corruption
This commit is contained in:
parent
029345e2a6
commit
783e9ceac9
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ class StatusView(object):
|
||||||
self.sep1.setShown(shown)
|
self.sep1.setShown(shown)
|
||||||
self.sep2.setShown(shown)
|
self.sep2.setShown(shown)
|
||||||
self.sep3.setShown(shown)
|
self.sep3.setShown(shown)
|
||||||
|
self.statusbar.hideOrShow()
|
||||||
|
|
||||||
# Setup and teardown
|
# Setup and teardown
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue