[mapguide-commits] r7687 - branches/maestro-4.0.x/Maestro.Editors/MapDefinition

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Jul 12 02:18:20 PDT 2013


Author: jng
Date: 2013-07-12 02:18:18 -0700 (Fri, 12 Jul 2013)
New Revision: 7687

Modified:
   branches/maestro-4.0.x/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: branches/maestro-4.0.x/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs
===================================================================
--- branches/maestro-4.0.x/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs	2013-07-12 08:26:31 UTC (rev 7686)
+++ branches/maestro-4.0.x/Maestro.Editors/MapDefinition/GroupPropertiesCtrl.cs	2013-07-12 09:18:18 UTC (rev 7687)
@@ -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