just got myself the newest cvs to find some bugs.
I noticed, that undoing deleting a layer is not possible. I'd call that a mayor bug!
Also the fontsize of "(root)" in the combobox in the statusbar is decreased when you have a layer selected. Strange, I'd say.
On Sat, 30 Oct 2004, David Christian Berg wrote:
Also the fontsize of "(root)" in the combobox in the statusbar is decreased when you have a layer selected. Strange, I'd say.
I think this was deliberate to avoid the dropdown from resizing. It looks ok on my system in any case.
Bryce
On Sat, 2004-10-30 at 12:27, David Christian Berg wrote:
Also the fontsize of "(root)" in the combobox in the statusbar is decreased when you have a layer selected. Strange, I'd say.
That was deliberate; ancestors and children of the current layer are normally shown in brief outline form at a smaller size.
Here's a concrete example of what happens with nested layers (using capitalization instead of size), where #body is the currently selected layer:
(root) #lineart #HEAD [ #BODY v ] #clothing #items #RIGHT-ARM #LEFT-ARM
(root) and #lineart are ancestors of #body, #clothing and #items are #body's children; #head, #right-arm and #left-arm are #body's siblings.
Note that only ancestors, siblings, and children of the current layer are shown for brevity; in my experience if the ancestors and children aren't shrunk it looks weird when their own ancestors, siblings, or children aren't shown.
I exempted the top-level layer names from being shrunk when the root layer is selected, but maybe that wasn't really so helpful since it makes the effect look less intentional.
Thoughts?
-mental
On Sat, 2004-10-30 at 12:27, David Christian Berg wrote:
just got myself the newest cvs to find some bugs.
I noticed, that undoing deleting a layer is not possible. I'd call that a mayor bug!
I'll bet I forgot to call sp_document{_maybe,}_done() after layer deletion. Probably many of the layer operations actually. Whoops... :/
-mental
participants (3)
-
Bryce Harrington
-
David Christian Berg
-
MenTaLguY