[mapguide-commits] r6927 - in branches/maestro-4.0.x: . Maestro.Editors/MapDefinition

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jul 31 06:39:35 PDT 2012


Author: jng
Date: 2012-07-31 06:39:35 -0700 (Tue, 31 Jul 2012)
New Revision: 6927

Modified:
   branches/maestro-4.0.x/
   branches/maestro-4.0.x/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs
Log:
#2084: Backport r6926 to 4.0.x


Property changes on: branches/maestro-4.0.x
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/Tools/Maestro:6490-6494,6923-6924
   + /trunk/Tools/Maestro:6490-6494,6923-6924,6926

Modified: branches/maestro-4.0.x/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs
===================================================================
--- branches/maestro-4.0.x/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs	2012-07-31 13:34:45 UTC (rev 6926)
+++ branches/maestro-4.0.x/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs	2012-07-31 13:39:35 UTC (rev 6927)
@@ -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