Builder/LeftPanel.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 17 May 2010 05:05:24 +0000 (13:05 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 17 May 2010 05:05:24 +0000 (13:05 +0800)
Builder/LeftPanel.js

index d836fb5..daee9cf 100755 (executable)
@@ -287,7 +287,7 @@ LeftPanel = new XObject({
                                 colObj = (!k.length || k == '|') ? 
                                     LeftPanel.propertyColumn : LeftPanel.editableColumn;
                             } else {
-                                colObj = col ? LeftPanel.propertyColumn : LeftPanel.editableColumn;
+                                colObj = col ? LeftPanel.editableColumn : LeftPanel.propertyColumn;
                             }
                             
                             // make sure the pulldown is set correctly..