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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Jul 12 01:26:31 PDT 2013


Author: jng
Date: 2013-07-12 01:26:31 -0700 (Fri, 12 Jul 2013)
New Revision: 7686

Modified:
   trunk/Tools/Maestro/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs
Log:
#2317: Base Layer Group field not initially set when one is selected from the Map Definition editor tree.

Modified: trunk/Tools/Maestro/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs	2013-07-09 15:14:10 UTC (rev 7685)
+++ trunk/Tools/Maestro/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs	2013-07-12 08:26:31 UTC (rev 7686)
@@ -90,7 +90,7 @@
                 _el = group;
                 group.PropertyChanged += new PropertyChangedEventHandler(OnGroupChanged);
 
-                //TextBoxBinder.BindText(txtName, group, "Name");
+                txtName.Text = group.Name;
                 TextBoxBinder.BindText(txtLegendLabel, group, "LegendLabel");
 
                 CheckBoxBinder.BindChecked(chkExpanded, group, "ExpandInLegend");



More information about the mapguide-commits mailing list