On Oct 15, 12:36 pm, [email protected] wrote: > A dict like this is the wrong place to keep widgets alive. Widgets belong to > other objects, probably the container they reside in. The mission of this > dict is to trigger an action when a widget has been clicked. A widget that > does not exist anymore can't be clicked in the first place, a widget that > gets garbage collected also gets removed from screen.
All right. Leaving aside the theoretical questions, rev 4593 actually fixes the problem :-) 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.
