[fusion-commits] r2091 - sandbox/adsk/2.2gp/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Mar 5 00:15:17 EST 2010


Author: liuar
Date: 2010-03-05 00:15:16 -0500 (Fri, 05 Mar 2010)
New Revision: 2091

Modified:
   sandbox/adsk/2.2gp/widgets/Legend.js
Log:
Port the fix of ticket #365 to 2.2gp branch

Modified: sandbox/adsk/2.2gp/widgets/Legend.js
===================================================================
--- sandbox/adsk/2.2gp/widgets/Legend.js	2010-03-05 05:14:00 UTC (rev 2090)
+++ sandbox/adsk/2.2gp/widgets/Legend.js	2010-03-05 05:15:16 UTC (rev 2091)
@@ -668,7 +668,7 @@
     createFolderItem: function(layer, hasCheckbox) {
         var opt = {
             label: layer.legendLabel == '' ? ' ' : layer.legendLabel,
-            isOpen: layer.expandInLegend,
+            open: layer.expandInLegend,
             draw: hasCheckbox ? this.renderFolderCheckbox : this.renderFolder,
             'class':'fusionLegendItemCheckbox',
             contextMenu: this.getContextMenu(),



More information about the fusion-commits mailing list