Builder3/Window.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 25 Apr 2011 04:05:09 +0000 (12:05 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 25 Apr 2011 04:05:09 +0000 (12:05 +0800)
Builder3/Window.js

index 93c992a..8889805 100644 (file)
@@ -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");