Fix #7982 - roo javascript completion
[roobuilder] / src / JsRender / NodeToVala.vala
index ce1991e..76480ee 100644 (file)
@@ -60,6 +60,8 @@ public class JsRender.NodeToVala : Object {
                        this.inpad = string.nfill(depth > 0 ? 1 : 0, '\t');
                }
                this.pad = this.inpad + "\t";
+               
+               this.node.node_pad = this.inpad;
                this.ipad = this.inpad + "\t\t";
                this.cls = node.xvala_cls;
                this.xcls = node.xvala_xcls;