Remove unneeded updateGeometry
This commit is contained in:
parent
5e06d420f9
commit
e3d9c252ab
@ -130,7 +130,6 @@ class TabBar(QTabBar):
|
||||
# This is a horrible hack, but we need to do this so the underlaying Qt
|
||||
# code sets layoutDirty so it actually relayouts the tabs.
|
||||
self.setIconSize(self.iconSize())
|
||||
self.updateGeometry()
|
||||
|
||||
def set_tab_indicator_color(self, idx, color):
|
||||
"""Set the tab indicator color.
|
||||
|
Loading…
Reference in New Issue
Block a user