Skip to content

Commit

Permalink
Merge branch 'master' into dev-6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Nov 19, 2019
2 parents 5612856 + 810059e commit 9e74cdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lv_objx/lv_cb.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ const lv_style_t * lv_cb_get_style(const lv_obj_t * cb, lv_cb_style_t type)
lv_cb_ext_t * ext = lv_obj_get_ext_attr(cb);

switch(type) {
case LV_CB_STYLE_BG: style = lv_btn_get_style(cb, LV_BTN_STYLE_REL); break;
case LV_CB_STYLE_BOX_REL: style = lv_btn_get_style(ext->bullet, LV_BTN_STYLE_REL); break;
case LV_CB_STYLE_BOX_PR: style = lv_btn_get_style(ext->bullet, LV_BTN_STYLE_PR); break;
case LV_CB_STYLE_BOX_TGL_REL: style = lv_btn_get_style(ext->bullet, LV_BTN_STYLE_TGL_REL); break;
Expand Down

0 comments on commit 9e74cdb

Please sign in to comment.