app, cursors: add a cursor for the warp tool

... and use it instead of the perspective tool cursor.

Disable the cursor modifiers for now, since they're not really
meaningful.
This commit is contained in:
Ell
2017-05-30 19:18:24 -04:00
parent feeffb69c2
commit 7136f09f0a
6 changed files with 7 additions and 2 deletions

View File

@ -192,6 +192,7 @@ static GimpCursor gimp_tool_cursors[] =
{ "tool-dodge.png" },
{ "tool-burn.png" },
{ "tool-measure.png" },
{ "tool-warp.png" },
{ "tool-hand.png" }
};