meson.build.o7QLX02
[roobuilder] / src / Builder4 / WindowState.vala
index 9aa3238..3168035 100644 (file)
@@ -655,7 +655,7 @@ public class WindowState : Object
                BuilderApplication.updateWindows();
                
                file.getLanguageServer().document_open(file);
-                       
+               BuilderApplication.showSpinner("spinner", "document open sent");        
                        
                if (file.xtype == "PlainFile") {
                        this.win.codeeditviewbox.el.show();
@@ -673,10 +673,7 @@ public class WindowState : Object
                         
 
                }
-
-                
-
-
 
                this.gotoLine(line);
        
@@ -771,7 +768,9 @@ public class WindowState : Object
                                return;
                }
                this.rightpalete.hide(); 
-               this.add_props.el.set_parent(btn);
+               if (this.add_props.el.parent == null) {
+                       this.add_props.el.set_parent(btn);
+               }
                this.add_props.el.set_position(Gtk.PositionType.RIGHT);
         
                this.add_props.show(