On Fri, Jun 23, 2017 at 10:44 AM, Largo84 <[email protected]> wrote: > On only one of systems I see the following long list in the log pane > (abbreviated text, it's actually much longer): > > trace_idle_focus 19 no focus > ...
This comes from the trace_idle_focus method. It's enabled with this statement: trace = (False or g.app.trace_focus) and not g.unitTesting Probably you pulled a rev with this on, for some reason. Pull a recent rev, or set trace to False. 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.
