On Thu, Jul 19, 2018 at 11:36 AM, Terry Brown <[email protected]> wrote:
> > Load outline. Top node of a Python @auto file will be marked > > > dirty, and a node in that file will be empty, except for having the > > > right headline (the headline of the def the node should have > > > contained). Refresh from disk fixes it. Saving the file without > > > refresh deletes the function from the disk copy. > Continuing to see this so debugged a bit more, and traced it to a > @script calling g.app.gui.runAskOkDialog at startup. Something about > interrupting the GUI with the modal dialog. Wrapping it in a QTimer > singleshot callback fixed the problem. That's very good to know. This bug worried me. Edward -- 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 https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
