Skip to content

Fix an ui bug in the crop tool. BUG: 332208

Alban Boissard requested to merge albanboissard/gwenview:fix_ui_crop_bug into master

When the aspect ratio is fixed in the crop tool, if we change the value of a spinbox, the other spinbox is set accordigly but trigger a signal that change the value of the first spinbox.

The patch fix this wrong behavior.

BUG: 332208

Signed-off-by: Alban Boissard albanboissard@gmail.com

Merge request reports