Accidentally left in print() used for testing
This commit is contained in:
parent
00f67135ae
commit
a08b814e5f
@ -115,7 +115,6 @@ class TabBar(QTabBar):
|
|||||||
"""Auto-hide the tabbar if needed."""
|
"""Auto-hide the tabbar if needed."""
|
||||||
hide_auto = config.get('tabs', 'hide-auto')
|
hide_auto = config.get('tabs', 'hide-auto')
|
||||||
hide_always = config.get('tabs', 'hide-always')
|
hide_always = config.get('tabs', 'hide-always')
|
||||||
print('draw')
|
|
||||||
if hide_always or hide_auto and self.count() == 1:
|
if hide_always or hide_auto and self.count() == 1:
|
||||||
self.hide()
|
self.hide()
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user