This commit is contained in:
luboslenco
2025-09-25 13:50:14 +02:00
parent 202ed82c36
commit 2218e27202
+2
View File
@@ -342,6 +342,8 @@ function ui_view2d_render() {
if (ui_view2d_type == view_2d_type_t.ASSET && tex != null) { // Texture resolution
ui_text(tex.width + "x" + tex.height);
ui._x += ew * 0.7 + 3;
ui._y = 2 + start_y;
}
ui.enabled = false;