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 118356 - Switching font units should maintain same text height
Switching font units should maintain same text height
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
git master
Other All
: Normal normal
: 2.0
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2003-07-26 08:23 UTC by Brian Kerrick Nickel
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brian Kerrick Nickel 2003-07-26 08:23:50 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.
Comment 1 Sven Neumann 2003-07-26 09:38:47 UTC
This is a known problem and is already on my list of things to fix.
Comment 2 Dave Neary 2003-07-26 20:11:36 UTC
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.
Comment 3 Sven Neumann 2004-03-13 03:19:27 UTC
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.