Bug 787601 - Wrong mouse cursor when you select 'Rectangle select tool'

Make "Tool icon with crosshair" the default cursor-mode, it should
have been like that all along...
This commit is contained in:
Michael Natterer 2018-01-01 20:20:19 +01:00
parent 699b835c87
commit 9678275049
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ gimp_display_config_class_init (GimpDisplayConfigClass *klass)
"Cursor mode",
CURSOR_MODE_BLURB,
GIMP_TYPE_CURSOR_MODE,
GIMP_CURSOR_MODE_TOOL_ICON,
GIMP_CURSOR_MODE_TOOL_CROSSHAIR,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_CURSOR_UPDATING,