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
Plasma
Plasma Breeze visual style
Commits
8ea20c86
Commit
8ea20c86
authored
Oct 15, 2020
by
Janet Blackquill
🌈
Committed by
Nate Graham
Dec 03, 2020
Browse files
[kstyle]: Round rubberband control
parent
0db03518
Changes
1
Hide whitespace changes
Inline
Side-by-side
kstyle/breezestyle.cpp
View file @
8ea20c86
...
...
@@ -5457,7 +5457,7 @@ namespace Breeze
painter->setPen( outline );
painter->setBrush( background );
painter
->
drawRect
(
_helper
->
strokedRect
(
option
->
rect
)
);
painter->drawR
oundedR
ect( _helper->strokedRect( option->rect )
, Metrics::Frame_FrameRadius, Metrics::Frame_FrameRadius
);
painter->restore();
return true;
...
...
Write
Preview
Supports
Markdown
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