> On Mon, Apr 6, 2015 at 3:06 PM, john lunzer <[email protected]> wrote: > > > Several times today I've had a +/- box disappear on me (still with > > child nodes). When trying to expand the node I can still expand it > > an navigate to the child nodes but the expansion and navigation > > aren't reflected visually, visually in the tree outline it looks > > like nothing is happening. If I collapse the parent of the node > > with the missing +/- and then expand the parent again the +/- box > > reappears and everything updates visually as expected.
Are you creating nodes in a script at all? Forgetting a c.redraw() and the end of any code that creates / removes nodes can leave the tree in a visually inconsistent state. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
