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
Plasma
KWin
Commits
eb933bfe
Commit
eb933bfe
authored
Mar 08, 2022
by
Jan Blackquill
🌈
Committed by
Nate Graham
Mar 08, 2022
Browse files
effects/desktopgrid: don't forget to schedule repaints when timeline is running
BUG: 444678
FIXED-IN: 5.24.4
parent
5ffc307c
Pipeline
#147122
passed with stage
in 15 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/effects/desktopgrid/desktopgrid.cpp
View file @
eb933bfe
...
...
@@ -314,7 +314,7 @@ void DesktopGridEffect::postPaintScreen()
{
bool
resetLastPresentTime
=
true
;
if
(
activated
?
timeline
.
currentValue
()
!=
1
:
timeline
.
currentValue
()
!=
0
)
{
if
(
timelineRunning
||
activated
?
timeline
.
currentValue
()
!=
1
:
timeline
.
currentValue
()
!=
0
)
{
effects
->
addRepaintFull
();
// Repaint during zoom
resetLastPresentTime
=
false
;
}
...
...
Jan Blackquill
🌈
@cblack
mentioned in commit
770a701e
·
Mar 08, 2022
mentioned in commit
770a701e
mentioned in commit 770a701ee53dfeadd7b3054844d474628a723c4f
Toggle commit list
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