8 Mar
2005
8 Mar
'05
11:09 p.m.
On Tue, 08 Mar 2005 22:14:56 +0100, David Christian Berg <david@...407...> wrote:
just found a bug with gradient editing. Steps to reproduce:
- Create a Text
- Apply a gradient to the text
- Delete the text
- Undo deleting the text
- Try to edit the gradient or switch to a solid fill. It won't work
This is another manifestation of this bug:
http://sourceforge.net/tracker/index.php?func=detail&aid=1058285&gro...
Namely when you delete and then undo deletion of text, the deleted copy (or its NRArenaItem) still lingers somewhere and holds a href to the gradient. So the href count after that is always 1 more than the actual usage count of the gradient, and thus the gradient is regenerated anew on each drag.
Mental, do you have any fresh ideas on how to fix it?