From 9291210373bf92bb325d143f6019a33604bbc35d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 25 Apr 2011 12:05:09 +0800 Subject: [PATCH] Builder3/Window.js --- Builder3/Window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Builder3/Window.js b/Builder3/Window.js index 93c992add..8889805b8 100644 --- a/Builder3/Window.js +++ b/Builder3/Window.js @@ -3909,7 +3909,7 @@ Window=new XObject({ this.get('buttonbar').el.show(); this.get('viewbox').el.hide(); - var ce = this.get('centerEast').el; + var ce = this.get('/Window.centerEast').el; ce.setPostion(ce.max_position - 30); print("TRIED TO HIDE"); -- 2.39.2