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
960a40ef
Commit
960a40ef
authored
Sep 23, 2020
by
Vlad Zahorodnii
Browse files
Use right windowDamaged() signal in ThumbnailItem
parent
989699a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
thumbnailitem.cpp
View file @
960a40ef
...
...
@@ -42,7 +42,7 @@ void AbstractThumbnailItem::compositingToggled()
m_parent
.
clear
();
if
(
effects
)
{
connect
(
effects
,
SIGNAL
(
windowAdded
(
KWin
::
EffectWindow
*
)),
SLOT
(
effectWindowAdded
()));
connect
(
effects
,
SIGNAL
(
windowDamaged
(
KWin
::
EffectWindow
*
,
QRe
ct
)),
SLOT
(
repaint
(
KWin
::
EffectWindow
*
)));
connect
(
effects
,
SIGNAL
(
windowDamaged
(
KWin
::
EffectWindow
*
,
QRe
gion
)),
SLOT
(
repaint
(
KWin
::
EffectWindow
*
)));
effectWindowAdded
();
}
}
...
...
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