Skip to content

Commit

Permalink
Don't break macros
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Jan 28, 2024
1 parent 8f29978 commit c65cc08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CYD-Klipper/src/ui/panels/macros_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ void macros_panel_init(lv_obj_t* panel) {
lv_obj_set_flex_grow(label, 1);

lv_obj_t * btn = lv_btn_create(panel);
lv_obj_add_event_cb(btn, btn_press, LV_EVENT_CLICKED, (void*)macro);
lv_obj_set_height(btn, CYD_SCREEN_MIN_BUTTON_HEIGHT_PX);

label = lv_label_create(btn);
Expand Down

0 comments on commit c65cc08

Please sign in to comment.