After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 172051 - Incorrect tooltip in path creation tool, polygonal mode
Incorrect tooltip in path creation tool, polygonal mode
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
git master
Other Linux
: Normal trivial
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-03-30 00:46 UTC by Seth Burgess
Modified: 2005-03-30 14:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Seth Burgess 2005-03-30 00:46:12 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.
Comment 1 Sven Neumann 2005-03-30 08:19:24 UTC
Should be trivial to fix.
Comment 2 Sven Neumann 2005-03-30 14:16:39 UTC
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.