Aurorae did not render correctly. This change addresses the problem for
both maximized and restored windows.
BUG: 373319
FIXED-IN: 5.10.4
cfeck |
KWin | |
Plasma |
Aurorae did not render correctly. This change addresses the problem for
both maximized and restored windows.
BUG: 373319
FIXED-IN: 5.10.4
shaded windows with Plastik and SVG based theme
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
plugins/kdecorations/aurorae/src/aurorae.cpp | ||
---|---|---|
408 | Do you remember why the other connection needed to be queued? |
plugins/kdecorations/aurorae/src/aurorae.cpp | ||
---|---|---|
408 | Yes, when maximizing it can happen that the deco gets destroyed. It would act like a delete this without the queued connection. With shade this cannot happen, so no need to queue. |