mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 13:43:25 +00:00
Don't show each macro twice
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user