Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Filelight
Commits
759f104d
Commit
759f104d
authored
May 08, 2014
by
Ian Wadham
Browse files
BUG: 334261
Use contrasting foreground color for pen.
parent
2b0384a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/part/progressBox.cpp
View file @
759f104d
...
...
@@ -121,6 +121,7 @@ void ProgressBox::paintEvent(QPaintEvent*)
}
paint
.
setBrush
(
view
.
background
(
KColorScheme
::
ActiveBackground
));
paint
.
setPen
(
view
.
foreground
().
color
());
paint
.
translate
(
0.5
,
0.5
);
paint
.
drawRoundedRect
(
95
-
m_textWidth
/
2
,
85
,
m_textWidth
+
10
,
m_textHeight
+
10
,
5
,
5
);
paint
.
translate
(
-
0.5
,
-
0.5
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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