Page MenuHome

Fix T102650: Wrong cursor in greasepencil fill operation
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Nov 23 2022, 2:06 PM.

Details

Summary

Caused by rBbf8507414889: GPencil: New Fill Extend lines adjust with MMB

Above comit set the wrong cursors (WM_CURSOR_DEFAULT).
When releasing MMB, we need to return to WM_CURSOR_PAINT_BRUSH.
When exiting, we need to return to WM_CURSOR_DOT (since this is the
default cursor for the tool, see _defs_gpencil_paint >
generate_from_brushes)

Diff Detail

Repository
rB Blender

Event Timeline

Philipp Oeser (lichtwerk) requested review of this revision.Nov 23 2022, 2:06 PM
Philipp Oeser (lichtwerk) created this revision.

Ok, I see what you meant, this make things more consistent.

This revision is now accepted and ready to land.Nov 23 2022, 4:06 PM