From dd81e53fff6cfdccfa7459f6631182de4fbd8e3d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 16 Feb 2011 18:09:34 +0100 Subject: 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..) --- src/tabbar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tabbar.h') diff --git a/src/tabbar.h b/src/tabbar.h index d0d9d3e6..ca6adbba 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -82,7 +82,6 @@ protected: virtual void mouseMoveEvent(QMouseEvent *event); virtual void leaveEvent(QEvent *event); virtual void mousePressEvent(QMouseEvent *event); - virtual void mouseReleaseEvent(QMouseEvent *event); virtual void tabRemoved(int index); private slots: -- cgit v1.2.1