GNOME Bugzilla – Bug 118356
Switching font units should maintain same text height
Last modified: 2004-12-22 21:47:04 UTC
If you have 12 point text and you switch units to inches, you suddenly go from 1/6 of an inch to 12 inches and crash. When switching units, the value should chance so the text remains the same height. The inciment value of the spinner should also change based on the same ratio.
This is a known problem and is already on my list of things to fix.
Changing milestone on a bunch of bugs to 2.0 - none of these could be considered a blocker for a pre-release, IMHO. Many of these have patches or someone working on them, but they're not urgent. Dave.
2004-03-13 Sven Neumann <sven@gimp.org> * app/tools/gimptextoptions.[ch]: use a GimpSizeEntry for the font size. * app/tools/gimptexttool.c: set the size entry's resolution to the image resolution. Fixes bug #118356.