You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Objects can be deleted when sending them events. Therefore, first collect all objects by tree_walk, then iterate the collected objects and send events to each
Before sending event to an object check if it is valid. An invalid object would cast to None: lv.obj.__cast__(obj) is not None for a valid object
0 commit comments