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 169066 - Can't enter decimal with Rect. Select tool fixed aspect ratio
Can't enter decimal with Rect. Select tool fixed aspect ratio
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.2.x
Other Linux
: Normal minor
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-03-03 07:39 UTC by Tim Jedlicka
Modified: 2008-01-15 12:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim Jedlicka 2005-03-03 07:39:08 UTC
Distribution/Version: Debian/gdm

Set Rect select tool to Fixed Aspect ratio and inches. 
Close Gimp and re-open. Choose Rect Select. 
Note width and height show 5 and 7 (not 5.000 and 7.000)
Try to enter a decimal value for the width or height. You can not enter a decimal.

The work around is to switch the units, then 5x7 inches becomes 5.000x7.000mm
Switch back to inches and you can now enter decimal values.

(This has been around since gimp1.x - i.e. not a new bug, just now getting
around to reporting it - sorry)
Comment 1 Sven Neumann 2005-03-08 15:48:19 UTC
Fixed in both branches:

2005-03-08  Sven Neumann  <sven@gimp.org>

	* app/tools/gimppaintoptions-gui.c (fade_options_gui)
	(gradient_options_gui)
	* app/tools/gimpselectionoptions.c (gimp_selection_options_gui):
	call gimp_unit_menu_set_pixel_digits() after connecting up the
	spinbuttons and the unitmenu. Fixes initial display (bug #169066).