On Fri, 2004-04-09 at 09:24, David Christian Berg wrote:
I've been bugged by this all day... Anyway, here we go. When turning an object to insensitive via the item properties menu, there's a line added in the xml:
sodipodi:insensitive = "true" formally that was sodipodi:insensitive = "1" it seems, since I have a few objects I created with inkscape not long ago, that have that tag.
Strange ... looking at the CVS history, it's been "true" since the fork from Sodipodi.
Anyway, setting the value to either "false" or "0" in the xml editor doesn't do anything.
The code only checks whether the attribute exists or not, not what it is set to.
I don't think we can change that behavior without breaking compatability (at least in principle ... it may not matter much in practical terms) with Sodipodi.
-mental