1
0
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:
Gabor Kiss-Vamosi 2023-10-12 21:23:56 +02:00
parent 9ec5417dd3
commit d3aee1d7f6

View File

@ -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