mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
plasma: return if the X11 property is deleted in Plasma::WindowEffects::highlightWindows()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b0b9fb8fce
commit
d4ac838463
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ void highlightWindows(WId controller, const QList<WId> &ids)
|
|||
|
||||
if (numWindows == 0) {
|
||||
XDeleteProperty(dpy, controller, atom);
|
||||
return;
|
||||
}
|
||||
|
||||
QVarLengthArray<long, 32> data(numWindows);
|
||||
|
|
Loading…
Add table
Reference in a new issue