[mapguide-commits] r4565 - trunk/Tools/Maestro/Maestro/ResourceEditors/LayerEditorControls

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Jan 30 14:24:48 EST 2010


Author: ksgeograf
Date: 2010-01-30 14:24:48 -0500 (Sat, 30 Jan 2010)
New Revision: 4565

Modified:
   trunk/Tools/Maestro/Maestro/ResourceEditors/LayerEditorControls/SchemaSelector.cs
Log:
Maestro:
Fixed an issue with the layer not appearing changed when the FeatureSource has changed schemas.

Modified: trunk/Tools/Maestro/Maestro/ResourceEditors/LayerEditorControls/SchemaSelector.cs
===================================================================
--- trunk/Tools/Maestro/Maestro/ResourceEditors/LayerEditorControls/SchemaSelector.cs	2010-01-30 19:23:57 UTC (rev 4564)
+++ trunk/Tools/Maestro/Maestro/ResourceEditors/LayerEditorControls/SchemaSelector.cs	2010-01-30 19:24:48 UTC (rev 4565)
@@ -97,6 +97,8 @@
 						else if (m_layer.Item as OSGeo.MapGuide.MaestroAPI.GridLayerDefinitionType != null)
 							(m_layer.Item as OSGeo.MapGuide.MaestroAPI.GridLayerDefinitionType).FeatureName = schemaName;
 
+                        m_editor.HasChanged();
+
 						if (SchemaChanged != null && Schema.SelectedIndex >= 0)
 							SchemaChanged(false, this.SelectedSchema);
 					}



More information about the mapguide-commits mailing list