Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
7669a36b
Commit
7669a36b
authored
Feb 22, 2010
by
Erik Verbruggen
Browse files
Fixed compilation issue on Mac.
parent
7f3dc15a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/fancytabwidget.cpp
View file @
7669a36b
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment