mirror of https://github.com/GNOME/gimp.git
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:
parent
699b835c87
commit
9678275049
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue