On May 15, 2006, at 12:00 PM, bulia byak wrote:
The long wait is over. A workable Layers dialog was committed last night by Jon Cruz.
Hurray!
Just press Ctrl+Shift+L and enjoy.
Jon, so far I found two bugs:
- if the actual order of layers (from bottom) is 1, 2, 3, 4 then in
the dialog they go like this: 3, 2, 1, 4.
That's the known order problem.
I chased things down a little more, and I think it comes from my fix for an infinite loop stopping the loop, but not finishing up items correctly. Should be simple.
- when you toggle visibility/lock in the dialog, the drop-down
selector in the statusbar is updated, but the toggle buttons next to it are not.
That's actually a bug in the layer-selector. It doesn't notice changes for those, but since there was no UI way to change them without having to select their parent by selecting them in the XML editor, so it wasn't seen before this.
Switching the layer selector to use the Layer Manager should take care of all that