lab fixes

This commit is contained in:
luboslenco
2024-10-21 19:28:43 +02:00
parent 0a5671a5dd
commit eb9160d1cb
40 changed files with 154 additions and 119 deletions
+5
View File
@@ -124,6 +124,8 @@ function ui_nodes_ext_draw_buttons(ew: f32, start_y: f32) {
ui._x += ew + 3;
ui._y = 2 + start_y;
base_res_handle.position -= 4;
///if (arm_android || arm_ios)
let base_res_combo: string[] = ["2K", "4K"];
ui_combo(base_res_handle, base_res_combo, tr("Resolution"));
@@ -131,6 +133,9 @@ function ui_nodes_ext_draw_buttons(ew: f32, start_y: f32) {
let base_res_combo: string[] = ["2K", "4K", "8K", "16K"];
ui_combo(base_res_handle, base_res_combo, tr("Resolution"));
///end
base_res_handle.position += 4;
if (base_res_handle.changed) {
base_on_layers_resized();
}