Skip to content

Draft: PanelConfiguration.qml: Use center alignment during moving panel

Akseli Lahtinen requested to merge work/akselmo/center-panel-during-move into master

Panel will crash plasmashell due to some weird calculations and possible endless loop if panel is set to any other alignment than center during the move of panel position.

This sets the alignment always to be center when moving the panel, but goes back to its old value after move.

BUG:488174

Edited by Akseli Lahtinen

Merge request reports