[fusion-commits] r1710 - trunk/widgets/widgetinfo

svn_fusion at osgeo.org svn_fusion at osgeo.org
Wed Dec 10 16:14:23 EST 2008


Author: chrisclaydon
Date: 2008-12-10 16:14:23 -0500 (Wed, 10 Dec 2008)
New Revision: 1710

Modified:
   trunk/widgets/widgetinfo/legend.xml
Log:
Fix #187 - Adjust the default setting in the legend widget info for HideInvisibleLayers from 'false' to 'true'

Modified: trunk/widgets/widgetinfo/legend.xml
===================================================================
--- trunk/widgets/widgetinfo/legend.xml	2008-12-10 20:47:03 UTC (rev 1709)
+++ trunk/widgets/widgetinfo/legend.xml	2008-12-10 21:14:23 UTC (rev 1710)
@@ -15,7 +15,7 @@
     <Description>Suppress invisible layers from the legend</Description>
     <Type>boolean</Type>
     <Label>Hide Invisible Layers</Label>
-    <DefaultValue>false</DefaultValue>
+    <DefaultValue>true</DefaultValue>
     <IsMandatory>false</IsMandatory>
   </Parameter>
   <Parameter>



More information about the fusion-commits mailing list