fix(obj) fix invalidation of objects on state change

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-28 14:10:12 +02:00
parent e3fb5d2840
commit 4780beae01
7 changed files with 31 additions and 39 deletions

View File

@@ -20,7 +20,7 @@ void lv_example_dropdown_3(void)
lv_dropdown_set_options(dropdown, "New project\n"
"New file\n"
"Save\n"
"Save as\n"
"Save as ...\n"
"Open project\n"
"Recent projects\n"
"Preferences\n"