Skip to content

Always sync the setPanelBehavior to wayland

David Edmundson requested to merge work/panel_wayland into master

Currently this code is in the else statement to if (type != Dialog::Normal) {

This doesn't make sense as panel roles apply explicitly to other types, like Dialog::Dock. On X11 the equivalent always applies.

BUG: 426969

Merge request reports