Remove unneeded updateGeometry

This commit is contained in:
Florian Bruhin 2014-07-16 14:45:02 +02:00
parent 5e06d420f9
commit e3d9c252ab

View File

@ -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.