From 3300735fe4710d7cf9d4fedbc965a80c56721f1a Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 22 Jan 2011 18:59:55 +0100 Subject: Fix tab preview flickering on mouse hover. Patch by Furkan Uzumcu, cleaned up and reviewed by me --- src/tabbar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tabbar.h') diff --git a/src/tabbar.h b/src/tabbar.h index 41707865..b505f78b 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -103,6 +103,7 @@ private: * the index of the tab preview shown */ int m_currentTabPreviewIndex; + bool m_isFirstTimeOnTab; }; #endif -- cgit v1.2.1