From 43fe615ba08bf0ccd2a6498a1ccc8ae051e9f7bb Mon Sep 17 00:00:00 2001 From: luboslenco Date: Fri, 26 Sep 2025 12:02:05 +0200 Subject: [PATCH] Fix node view update --- paint/sources/ui_nodes.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paint/sources/ui_nodes.ts b/paint/sources/ui_nodes.ts index 94d5e96c..77becf75 100644 --- a/paint/sources/ui_nodes.ts +++ b/paint/sources/ui_nodes.ts @@ -512,6 +512,9 @@ function ui_nodes_update() { ui_nodes_wx -= ui_toolbar_w(true); ui_nodes_wy = 0; } + if (!base_view3d_show) { + ww += base_view3d_w(); + } let mx: i32 = mouse_x; let my: i32 = mouse_y;