Skip to content

display: change cursor to crosshair when modifying tool size

Mark Sweeney requested to merge pixelmixer/gimp-plugins:modify-tool-size into master

This merge fixes the issue of not being able to see past the cursor when adjusting small brush sizes via 'alt + right click dragging'
Currently GIMP uses the GDK_FLEUR by default as no cursor is set in the case statement for GIMP_MODIFIER_ACTION_BRUSH_PIXEL_SIZE

With this merge it uses the GIMP_CURSOR_CROSSHAIR

current resize:
current-resize

merged resize:
crosshair-resize

Merge request reports