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 165275 - Measure tool should display width & height
Measure tool should display width & height
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
2.2.x
Other All
: Normal enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
: 168874 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-01-26 08:24 UTC by Vincent PENNEC
Modified: 2008-01-15 12:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent PENNEC 2005-01-26 08:24:55 UTC
use the measure tool on an image;
it displays the angle & length of the line;
it should display "width" & "height" (X & Y moving)
Comment 1 Michael Natterer 2005-01-26 10:47:53 UTC
I missed that feature myself a few times. Would be an easy fix
for someone looking for low hanging fruit.
Comment 2 Michael Natterer 2005-03-01 14:23:06 UTC
*** Bug 168874 has been marked as a duplicate of this bug. ***
Comment 3 Michael Natterer 2005-03-21 10:28:38 UTC
Fixed in CVS:

2005-03-21  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpmeasuretool.[ch]: added width and height to the
	info displayed in the statusbar and the info window.
	Fixes bug #165275.