Builder3/Window.js
authorAlan Knowles <alan@roojs.com>
Fri, 8 Jun 2012 09:18:16 +0000 (17:18 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 8 Jun 2012 09:18:16 +0000 (17:18 +0800)
Builder3/Window.js

index df0c4e5..e79b90e 100644 (file)
@@ -1706,9 +1706,10 @@ Window=new XObject({
                                                                                          model.loading = true;
                                                                                          print("SET LOADING TO TRUE");
                                                                                          this.load(pr.toTree());
-                                                                                         model.loading = false;
-                                                                                         print("SET LOADING TO FALSE");
+                                                                                    
                                                                                          this.get('/LeftProjectTree.view').el.expand_all();
+                                                                                        model.loading = false;
+                                                                                         print("SET LOADING TO FALSE");
                                                                                     },
                                                                                     load : function(tr,iter) {
                                                                                       //  console.dump(tr);