From 54bf8359f4db502d92dd078540a83a31dd3c5d31 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 25 Apr 2011 12:05:54 +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 8889805b8..37449acba 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('/Window.centerEast').el; + var ce = this.get('/Window.left.centerEast').el; ce.setPostion(ce.max_position - 30); print("TRIED TO HIDE"); -- 2.39.2