app: fix condition that disallowed bottom right side cursor

This commit is contained in:
Mikael Magnusson 2012-08-27 15:06:07 +02:00
parent 2fb7771035
commit 21bb9e3d46
1 changed files with 1 additions and 1 deletions

View File

@ -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