Update zui bindings

This commit is contained in:
luboslenco
2024-04-10 19:39:17 +02:00
parent a6b693050a
commit 8bc7d1f912
50 changed files with 1954 additions and 575 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ function ui_box_window_border(ui: zui_t) {
g2_disable_scissor();
}
// Border
g2_set_color(ui.t.SEPARATOR_COL);
g2_set_color(ui.ops.theme.SEPARATOR_COL);
g2_fill_rect(0, 0, 1, ui._window_h);
g2_fill_rect(0 + ui._window_w - 1, 0, 1, ui._window_h);
g2_fill_rect(0, 0 + ui._window_h - 1, ui._window_w, 1);