diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-16 18:09:34 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-16 18:09:34 +0100 |
commit | dd81e53fff6cfdccfa7459f6631182de4fbd8e3d (patch) | |
tree | 204c2e002c95834e12c17359d34b32a4b2a93658 /src/mainview.h | |
parent | Calm down kDebug messages (diff) | |
download | rekonq-dd81e53fff6cfdccfa7459f6631182de4fbd8e3d.tar.xz |
This patch cleans up tabbar update: show/hide when ReKonfig::alwaysShowTabBar() is off
and update tab button position.
It also removes a "feature" introduced to hide/show tab button on tab moving: it has negative effects
on tab middle click closing.
Reviewed by: NOBODY (oops..)
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h index 00975206..6af4012c 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -161,8 +161,6 @@ protected: virtual void resizeEvent(QResizeEvent *event); private: - void updateTabButtonPosition(); - /** * This function creates (if not exists) and returns a QLabel * with a loading QMovie. |