src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 10:28:11 +0000 (18:28 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 10:28:11 +0000 (18:28 +0800)
src/Builder4/WindowState.vala

index c58f4a3..dc363e7 100644 (file)
@@ -125,6 +125,9 @@ public class WindowState : Object
                });
                
                this.left_tree.node_selected.connect((sel, source) => {
+                       if (source == "editor") {
+                               return;
+                       }
                        if (this.file.xtype == "Roo") { 
                                this.window_rooview.sourceview.nodeSelected(sel);                       
                        } else {