Skip to content

Add missing cursors for operations

Philip Linde requested to merge boomlinde/grafX2:fix_issue75 into master

Some new operations were added in f2d57969, but the corresponding cursor settings were not added to the CURSOR_FOR_OPERATION table. This resulted in wrong cursors for the brush grab operation and probably several more operations. This commit adds the missing cursor settings.

This fixes issue #75

Merge request reports