GNOME Bugzilla – Bug 124969
Second text don't create the layer
Last modified: 2004-02-11 14:44:40 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.
See my comment on bug #124970.
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.
*** Bug 132425 has been marked as a duplicate of this bug. ***
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).