mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
chore: fix micropython example
This commit is contained in:
parent
9ec5417dd3
commit
d3aee1d7f6
@ -136,7 +136,7 @@ class LV_ExampleAnimTimeline_1(object):
|
||||
|
||||
def button_delete_event_handler(self,e):
|
||||
if self.anim_timeline:
|
||||
self.anim_timeline._delete()
|
||||
self.anim_timeline.delete()
|
||||
self.anim_timeline = None
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user