From: Alan Knowles Date: Mon, 25 Apr 2011 04:03:04 +0000 (+0800) Subject: Builder3/Window.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=b35fa0d2a311de2f6576d73d0c2f9734d54e9808 Builder3/Window.js --- diff --git a/Builder3/Window.js b/Builder3/Window.js index 7ee0fd5ee..fd59dea1a 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"); @@ -3917,7 +3917,7 @@ Window=new XObject({ show : function() { this.get('buttonbar').el.hide(); this.get('viewbox').el.show(); - var ce = this.get('/CenterEast').el; + var ce = this.get('/Window.CenterEast').el; ce.setPostion(ce.max_position - 100); // this.get('model').expanded();