GNOME Bugzilla – Bug 172051
Incorrect tooltip in path creation tool, polygonal mode
Last modified: 2005-03-30 14:16:39 UTC
1) Create a path 2) Select 'Polygonal' in tool options 3) In 'Design' mode, hover over a segment of path created in 1. You'll see a tooltip of: Click/Drag to change the shape of the curve (SHIFT symetrical) Which is incorrect - when in polygonal mode, it only moves the curve, and doesn't allow changing of shape of curve. SHIFT has no apparent effect.
Should be trivial to fix.
2005-03-30 Sven Neumann <sven@gimp.org> * app/tools/gimpvectortool.c (gimp_vector_tool_status_update): set a different help message in polygonal mode. Fixes bug #172051.