mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix(xml): return if XMLs can't be saved (#7588)
This commit is contained in:
parent
ad66f13f96
commit
99e2734093
@ -9,6 +9,7 @@ void lv_example_xml_2(void)
|
|||||||
lv_obj_t * label = lv_label_create(lv_screen_active());
|
lv_obj_t * label = lv_label_create(lv_screen_active());
|
||||||
lv_label_set_text(label, "Couldn't open the XML files.");
|
lv_label_set_text(label, "Couldn't open the XML files.");
|
||||||
lv_obj_center(label);
|
lv_obj_center(label);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
lv_xml_component_register_from_file("A:lvgl/examples/others/xml/my_card.xml");
|
lv_xml_component_register_from_file("A:lvgl/examples/others/xml/my_card.xml");
|
||||||
lv_xml_component_register_from_file("A:lvgl/examples/others/xml/my_button.xml");
|
lv_xml_component_register_from_file("A:lvgl/examples/others/xml/my_button.xml");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user