Update zui bindings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user