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
Yakuake
Commits
7053b399
Commit
7053b399
authored
Aug 06, 2021
by
Laurent Montel
😁
Browse files
Port deprecated method
parent
9e320ad2
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/visualeventoverlay.cpp
View file @
7053b399
...
...
@@ -163,7 +163,7 @@ void VisualEventOverlay::paintEvent(QPaintEvent *)
painter
.
setOpacity
(
Settings
::
terminalHighlightOpacity
());
painter
.
fillRect
(
eventRect
,
terminalHighlightBrush
.
brush
(
this
));
painter
.
fillRect
(
eventRect
,
terminalHighlightBrush
.
brush
(
palette
()
));
painted
=
true
;
}
else
if
(
eventRect
.
eventType
()
==
EventRect
::
KeyboardInputBlocked
...
...
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