[gimp] Bug 787601 - Wrong mouse cursor when you select 'Rectangle select tool'
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 787601 - Wrong mouse cursor when you select 'Rectangle select tool'
- Date: Mon, 1 Jan 2018 19:21:08 +0000 (UTC)
commit 96782750493562dfaeb6b2560ffe32382eda7c5c
Author: Michael Natterer <mitch gimp org>
Date: Mon Jan 1 20:20:19 2018 +0100
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...
app/config/gimpdisplayconfig.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/config/gimpdisplayconfig.c b/app/config/gimpdisplayconfig.c
index 9468b63..090e8f0 100644
--- a/app/config/gimpdisplayconfig.c
+++ b/app/config/gimpdisplayconfig.c
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]