Skip to content

Ensure the proper cursor is set while hovering the dialog content

Luca Carlon requested to merge lcarlon/plasma-framework:fix_cursor into master

When hovering the dialog, the current implementation sets the proper cursor when on an edge or sets the arrow cursor otherwise. This does not take into consideration that dialog content may also request different cursors then the arrow. This patch ensures resize cursors are set while hovering edges and that the cursor is handled as usual while hovering other elements.

BUG: 454714 FIXED-IN: 5.96

Edited by Nate Graham

Merge request reports