src/JsRender/NodeToGtk.vala
authorAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 10:04:15 +0000 (18:04 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 10:04:15 +0000 (18:04 +0800)
src/JsRender/NodeToGtk.vala

index fe6d062..480e62e 100644 (file)
@@ -141,6 +141,8 @@ public class JsRender.NodeToGtk : Object {
                         
                }
                
+               this.afterChildren();
+               
                return ret;
                
 
@@ -175,7 +177,7 @@ public class JsRender.NodeToGtk : Object {
                var par_type = this.parentObj.node.fqn().replace(".", "");
                
                if (par_type == "GtkNotebook") {
-                       this.packIntoNotebook();
+                       // do not pack
                        return;
                }