base: touch ui fixes

This commit is contained in:
luboslenco
2026-01-26 13:54:53 +01:00
parent 7fc9a2075e
commit aff0d0f13e
2 changed files with 12 additions and 0 deletions
@@ -98,6 +98,12 @@ function brush_output_node_run(self: brush_output_node_t, from: i32) {
let w: i32 = ui_toolbar_x() + ui_toolbar_w();
left += w / sys_w();
top += w / sys_h();
/// if arm_ios
if (config_is_iphone()) {
top += w / sys_h();
}
/// end
}
// First time init