On Sat, 2004-12-18 at 00:10, MenTaLguY wrote:
On Fri, 2004-12-17 at 14:11, bulia byak wrote:
When you enter a group, the layer selector in the statusbar shows only the ancestors of the group, while regular layers that are siblings of the parent layer disappear. Is there a reason for this? I would much prefer it to always show siblings of each ancestor layer. Without this, to go to the layer above, I have to use the widget twice: once to go up from the group and then again go to the layer above.
That should be doable. I did it the way I did to cut down on the complexity of managing listeners and updates, since we had the release coming soon and I was in a hurry to finish.
You know, this does raise a more important question: should we just go ahead and show all layers in the selector?
The only reason I'm hesitant to was out of concern it might get unnavigably large with a large document, but in the most common case (only top-level layers) it'll be as large as it can get anyway.
-mental