From 41c631e2eff5f26d043088255ae4ea763b1e0bb0 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Sat, 21 Mar 2020 13:43:46 +0100 Subject: [PATCH] Fix node search position --- Sources/arm/ui/UINodes.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/arm/ui/UINodes.hx b/Sources/arm/ui/UINodes.hx index 661dc8fc..adb812ce 100644 --- a/Sources/arm/ui/UINodes.hx +++ b/Sources/arm/ui/UINodes.hx @@ -251,7 +251,7 @@ class UINodes { searchHandle.text = ""; } ui.t.BUTTON_COL = BUTTON_COL; - }, x, y); + }, 0, x, y); } public function getNodeX(): Int {