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 124969 - Second text don't create the layer
Second text don't create the layer
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
1.x
Other All
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
: 132425 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-10-19 15:25 UTC by raymond.ostertag
Modified: 2004-02-11 14:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description raymond.ostertag 2003-10-19 15:25:03 UTC
If a create a first text with the Text tool it opens automatically a layer
when I push the first key on keyboard.
Then in the layer box I go back to my background layer.
And now if a create a second text with the Text tool the layer is not created.
See screenshot : second_text.jpeg

If I abort the creation of the second text and restart a new text creation
then it's enough to push on the Clear button (in the editor) to restore
the normal behavior.
Comment 1 Sven Neumann 2003-10-19 18:06:24 UTC
See my comment on bug #124970.
Comment 2 Michael Natterer 2004-01-19 17:22:52 UTC
Better than before, but not fixed yet:

2004-01-19  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimptexttool.c (gimp_text_tool_create_layer): if there
	is a floating selection, anchor it before adding the text layer.
	Fixes bug #127451.

	Also fixed some issues with undo. Addresses, but does not fix
	bug #124969 and bug #130985.
Comment 3 Sven Neumann 2004-01-25 15:23:11 UTC
*** Bug 132425 has been marked as a duplicate of this bug. ***
Comment 4 Sven Neumann 2004-02-11 14:44:40 UTC
Fixed in CVS. Could be improved further but at least the original
logic is restored again:

2004-02-11  Sven Neumann  <sven@gimp.org>

	* app/tools/gimptexttool.c: repaired broken text tool logic
	(bug #124969).