minits progress

This commit is contained in:
luboslenco
2024-05-08 21:17:02 +02:00
parent 8a9aa1c814
commit a18ff08453
32 changed files with 107 additions and 111 deletions
+2 -2
View File
@@ -53,9 +53,9 @@ function tab_fonts_draw(htab: zui_handle_t) {
let imgw: i32 = math_floor(50 * zui_SCALE(ui));
let i: i32 = j + row * num;
if (i >= project_fonts.length) {
zui_end_element(imgw);
_zui_end_element(imgw);
if (config_raw.show_asset_names) {
zui_end_element(0);
_zui_end_element(0);
}
continue;
}