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
Dmitry Kazakov
Krita
Commits
1e2bb9e6
Commit
1e2bb9e6
authored
Apr 15, 2016
by
Scott Petrovic
Browse files
use themed palette for level filter background
parent
6e082abf
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/filters/levelfilter/kis_level_filter.cpp
View file @
1e2bb9e6
...
...
@@ -163,8 +163,10 @@ void KisLevelConfigWidget::slotDrawHistogram(bool logarithmic)
m_histlog
=
logarithmic
;
}
QPalette
appPalette
=
QApplication
::
palette
();
QPixmap
pix
(
wWidth
-
100
,
wHeight
);
pix
.
fill
();
pix
.
fill
(
QColor
(
appPalette
.
color
(
QPalette
::
Base
)));
QPainter
p
(
&
pix
);
p
.
setPen
(
QPen
(
Qt
::
gray
,
1
,
Qt
::
SolidLine
));
...
...
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