mirror of https://github.com/GNOME/gimp.git
app: fix condition that disallowed bottom right side cursor
This commit is contained in:
parent
2fb7771035
commit
21bb9e3d46
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue