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
Tobias Hunger
qt-creator
Commits
1108d23c
Commit
1108d23c
authored
Jan 27, 2009
by
hjk
Browse files
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
parents
5044d07e
fe4f03ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/manhattanstyle.cpp
View file @
1108d23c
...
...
@@ -518,7 +518,8 @@ void ManhattanStyle::drawPrimitive(PrimitiveElement element, const QStyleOption
painter
->
drawLine
(
rect
.
bottomLeft
(),
rect
.
bottomRight
());
}
#ifndef Q_WS_MAC
else
if
(
option
->
state
&
State_MouseOver
)
{
else
if
(
option
->
state
&
State_Enabled
&&
option
->
state
&
State_MouseOver
)
{
QColor
lighter
(
255
,
255
,
255
,
35
);
painter
->
fillRect
(
rect
,
lighter
);
painter
->
drawLine
(
rect
.
topRight
(),
rect
.
bottomRight
());
...
...
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