Skip to content

Commit

Permalink
Don't show each macro twice
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Jan 27, 2024
1 parent 8198729 commit db0c335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CYD-Klipper/src/ui/panels/macros_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ void macros_panel_init(lv_obj_t* panel) {
lv_obj_set_style_pad_column(root_panel, 0, 0);
lv_obj_set_style_pad_row(root_panel, 0, 0);

for (int j = 0; j < 2; j++)
for (int i = 0; i < query.count; i++){
const char* macro = query.macros[i];

Expand Down

0 comments on commit db0c335

Please sign in to comment.