[mapguide-commits] r6926 - trunk/Tools/Maestro/Maestro.Editors/MapDefinition

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jul 31 06:34:45 PDT 2012


Author: jng
Date: 2012-07-31 06:34:45 -0700 (Tue, 31 Jul 2012)
New Revision: 6926

Modified:
   trunk/Tools/Maestro/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs
Log:
#2084: Ok, at some point in the past this was disabled. So enable it again.

Modified: trunk/Tools/Maestro/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs	2012-07-31 13:16:36 UTC (rev 6925)
+++ trunk/Tools/Maestro/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs	2012-07-31 13:34:45 UTC (rev 6926)
@@ -74,8 +74,7 @@
 
             CheckBoxBinder.BindChecked(chkExpanded, group, "ExpandInLegend");
             CheckBoxBinder.BindChecked(chkLegendVisible, group, "ShowInLegend");
-            //CheckBoxBinder.BindChecked(chkVisible, group, "Visible");
-            chkVisible.Visible = false;
+            CheckBoxBinder.BindChecked(chkVisible, group, "Visible");
         }
 
         void OnGroupChanged(object sender, PropertyChangedEventArgs e)



More information about the mapguide-commits mailing list