minits progress
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user