From 054bf8c036c5da7b5eaf4cc4aa48f74fbd17039d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 25 Nov 2015 17:32:29 +0800 Subject: [PATCH] src/Builder4/WindowState.vala --- src/Builder4/WindowState.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Builder4/WindowState.vala b/src/Builder4/WindowState.vala index 2336180b0..ec2637b29 100644 --- a/src/Builder4/WindowState.vala +++ b/src/Builder4/WindowState.vala @@ -1163,7 +1163,7 @@ public class WindowState : Object this.win.statusbar_run.el.show(); } if (this.file.xtype == "Gtk") { - + // not sure how this is working ok? - as highlighting is happening on the vala files at present.. var gbuf = this.window_gladeview.sourceview; gbuf.highlightErrorsJson("ERR", obj); gbuf.highlightErrorsJson("WARN", obj); -- 2.39.2