GNOME Bugzilla – Bug 169066
Can't enter decimal with Rect. Select tool fixed aspect ratio
Last modified: 2008-01-15 12:49:12 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)
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).