Builder/RightGtkView.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 19 May 2010 11:44:35 +0000 (19:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 19 May 2010 11:44:35 +0000 (19:44 +0800)
Builder/RightGtkView.js

index d001834..6e6be12 100755 (executable)
@@ -337,7 +337,9 @@ RightGtkView = new XObject({
             if (!data) {
                  return; 
             }
-             this.withDebug = false;
+            this.withDebug = false;
+            data.xtype = 'OffscreenWindow'
+            
             var src = this.buildJS(data,withDebug);
             var x = new imports.sandbox.Context();
             x.add_globals();