Android fixes

This commit is contained in:
luboslenco
2025-08-21 17:11:07 +02:00
parent 6162007b36
commit a78bb73665
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -186,6 +186,10 @@ function ui_header_draw_tool_properties() {
context_raw.bake_type = ui_combo(bake_handle, bakes, tr("Bake"));
if (bake_handle.changed && ui_menu_show) {
ui_menu_nested = true; // Update menu height
}
if (rt_bake) {
let samples_handle: ui_handle_t = ui_handle(__ID__);
if (samples_handle.init) {