On Thu, Oct 30, 2008 at 11:02 AM, Terry Brown <[EMAIL PROTECTED]> wrote:
>
> The node has content marker can disappear (while the node still has
> content). This happened when using my close open xml element button,
> included below in case it's relevant.

Yes, I suspect it is relevant.  You must ensure that full_redraw is
called whenever changing a node.  The following both do this:

    c.redraw_now()

or:

    c.redraw()
    ...
    c.outerUpdate()

Edward

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to