[gimp] app: fix condition that disallowed bottom right side cursor
- From: Mikael Magnusson <mikachu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix condition that disallowed bottom right side cursor
- Date: Mon, 27 Aug 2012 13:08:31 +0000 (UTC)
commit 21bb9e3d464add062471553d896d89b4f2acc7ab
Author: Mikael Magnusson <mikachu src gnome org>
Date: Mon Aug 27 15:06:07 2012 +0200
app: fix condition that disallowed bottom right side cursor
app/display/gimpdisplayshell-cursor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-cursor.c b/app/display/gimpdisplayshell-cursor.c
index 8c61e7b..f2ce079 100644
--- a/app/display/gimpdisplayshell-cursor.c
+++ b/app/display/gimpdisplayshell-cursor.c
@@ -244,7 +244,7 @@ gimp_display_shell_real_set_cursor (GimpDisplayShell *shell,
case GIMP_CURSOR_MODE_TOOL_CROSSHAIR:
if (cursor_type < GIMP_CURSOR_CORNER_TOP_LEFT ||
- cursor_type > GIMP_CURSOR_SIDE_BOTTOM)
+ cursor_type > GIMP_CURSOR_SIDE_BOTTOM_RIGHT)
{
/* the corner and side cursors count as crosshair, so leave
* them and override everything else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]