Skip to content

Fix dialogs created before PlasmaShellManager is active not able to set position

Fushan Wen requested to merge work/fuf/474452 into master

Some dialogs can be created before PlasmaShellManager is active. This makes sure surfaceCreated is called for dialogs created before PlasmaShellManager is active, so m_shellSurface will be created for them.

BUG: 474452 FIXED-IN: 6.0

Merge request reports