From e3d9c252abe0c0147febcd0dd272310a286d6d7d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 16 Jul 2014 14:45:02 +0200 Subject: [PATCH] Remove unneeded updateGeometry --- qutebrowser/widgets/tabwidget.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qutebrowser/widgets/tabwidget.py b/qutebrowser/widgets/tabwidget.py index f398e9ee2..92a20e191 100644 --- a/qutebrowser/widgets/tabwidget.py +++ b/qutebrowser/widgets/tabwidget.py @@ -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.