From: Alan Knowles Date: Mon, 6 Jun 2016 08:43:58 +0000 (+0800) Subject: src/Builder4/WindowState.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=c0359133224da19e1cb7b1db1532be6aa76c64e4 src/Builder4/WindowState.vala --- diff --git a/src/Builder4/WindowState.vala b/src/Builder4/WindowState.vala index 969dec2c6..c4d7df6cf 100644 --- a/src/Builder4/WindowState.vala +++ b/src/Builder4/WindowState.vala @@ -121,7 +121,7 @@ public class WindowState : Object this.left_tree.before_node_change.connect(() => { // if the node change is caused by the editor (code preview) - if (this.left_tree.tree.lastEventSource == "editor") { + if (this.left_tree.view.lastEventSource == "editor") { return false; } return this.leftTreeBeforeChange();