chore: fix micropython example
This commit is contained in:
@@ -136,7 +136,7 @@ class LV_ExampleAnimTimeline_1(object):
|
|||||||
|
|
||||||
def button_delete_event_handler(self,e):
|
def button_delete_event_handler(self,e):
|
||||||
if self.anim_timeline:
|
if self.anim_timeline:
|
||||||
self.anim_timeline._delete()
|
self.anim_timeline.delete()
|
||||||
self.anim_timeline = None
|
self.anim_timeline = None
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user