BigW Consortium Gitlab

Unverified Commit 7da60e21 by Gabor Kiss-Vamosi Committed by GitHub

Merge pull request #134 from chenshijianworkgit/beta

gauge's label count is not inherited
parents fa6eb2fc 8978f271
......@@ -106,7 +106,7 @@ lv_obj_t * lv_gauge_create(lv_obj_t * par, lv_obj_t * copy)
for(i = 0; i < ext->needle_count; i++) {
ext->values[i] = copy_ext->values[i];
}
ext->label_count = copy_ext->label_count;
/*Refresh the style with new signal function*/
lv_obj_refresh_style(new_gauge);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment