summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-01-22 18:59:55 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-01-22 18:59:55 +0100
commit3300735fe4710d7cf9d4fedbc965a80c56721f1a (patch)
tree9ef235f16bf25467f6abe4d11ee5ba6caa74bd29 /src/tabbar.h
parentIf showDeveloperTools is disabled, hide the development entries in the rekonq... (diff)
downloadrekonq-3300735fe4710d7cf9d4fedbc965a80c56721f1a.tar.xz
Fix tab preview flickering on mouse hover.
Patch by Furkan Uzumcu, cleaned up and reviewed by me
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h1
1 files changed, 1 insertions, 0 deletions
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