From 7669a36bf0eb82b597dcc87f474a6d68d87f6fba Mon Sep 17 00:00:00 2001 From: Erik Verbruggen <erik.verbruggen@nokia.com> Date: Mon, 22 Feb 2010 17:16:27 +0100 Subject: [PATCH] Fixed compilation issue on Mac. --- src/plugins/coreplugin/fancytabwidget.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/plugins/coreplugin/fancytabwidget.cpp b/src/plugins/coreplugin/fancytabwidget.cpp index 6cb520b4628..09aa94bf0c8 100644 --- a/src/plugins/coreplugin/fancytabwidget.cpp +++ b/src/plugins/coreplugin/fancytabwidget.cpp @@ -236,10 +236,6 @@ void FancyTabBar::paintTab(QPainter *painter, int tabIndex) const bool selected = (tabIndex == m_currentIndex); bool enabled = isTabEnabled(tabIndex); -#ifdef Q_WS_MAC - hover = false; // Do not hover on Mac -#endif - if (selected) { //background painter->save(); -- GitLab