src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 18 Feb 2015 06:41:25 +0000 (14:41 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Feb 2015 06:41:25 +0000 (14:41 +0800)
src/Builder4/WindowState.vala

index 455ee7b..ce45ef5 100644 (file)
@@ -225,14 +225,13 @@ public class WindowState : Object
     {
 
        this.rightpalete  = new Xcls_RightPalete();
-    this.rightpalete.ref();  /// really?
-    ((Gtk.Container)(this.objectview.el.get_widget())).add(this.rightpalete.el);
-    //this.projectsettings.el.show_all();
-
-    stage = _this.objectview.el.get_stage();
-    stage.set_background_color(  Clutter.Color.from_string("#000"));
-  
+       this.rightpalete.ref();  /// really?
+       ((Gtk.Container)(this.win.objectview.el.get_widget())).add(this.rightpalete.el);
+       //this.projectsettings.el.show_all();
 
+       stage = _this.win.objectview.el.get_stage();
+       stage.set_background_color(  Clutter.Color.from_string("#000"));
+       
     }
     
     // -----------  properties adding list...