fix confilcts

This commit is contained in:
Gabor Kiss-Vamosi
2020-11-17 11:15:14 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -198,6 +198,8 @@ void lv_spinbox_set_step(lv_obj_t * spinbox, uint32_t step)
if(ext == NULL) return;
ext->step = step;
lv_spinbox_updatevalue(spinbox);
}
/**