From a8c23ecc6f3c76da24c7207123fe5b5b0ba435f4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 May 2010 13:52:34 +0800 Subject: [PATCH] Builder/LeftPanel.js --- Builder/LeftPanel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Builder/LeftPanel.js b/Builder/LeftPanel.js index 05a26bc3c..8ecc2b753 100755 --- a/Builder/LeftPanel.js +++ b/Builder/LeftPanel.js @@ -281,10 +281,11 @@ LeftPanel = new XObject({ path = tp.to_string(); } - var k = this.getValue(path, 0); + // which colum is to be edited.. var colObj = false; if (typeof(col) == 'undefined') { + var k = this.getValue(path, 0); colObj = (!k.length || k == '|') ? LeftPanel.propertyColumn : LeftPanel.editableColumn; } else { -- 2.39.2