mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-24 00:07:03 +08:00
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):
|
||||
if self.anim_timeline:
|
||||
self.anim_timeline._delete()
|
||||
self.anim_timeline.delete()
|
||||
self.anim_timeline = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user