[server] Default initialize the role of a PlasmaShellSurface
We want Normal as default and not a random value.
This commit is contained in:
parent
e3dc783548
commit
1d8319cb3b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public:
|
|||
|
||||
SurfaceInterface *surface;
|
||||
QPoint m_globalPos;
|
||||
Role m_role;
|
||||
Role m_role = Role::Normal;
|
||||
bool m_positionSet = false;
|
||||
PanelBehavior m_panelBehavior = PanelBehavior::AlwaysVisible;
|
||||
bool m_skipTaskbar = false;
|
||||
|
|
Loading…
Reference in a new issue