[mapguide-commits] r6211 - trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Nov 8 10:41:32 EST 2011


Author: jng
Date: 2011-11-08 07:41:32 -0800 (Tue, 08 Nov 2011)
New Revision: 6211

Modified:
   trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/VectorLayerSettingsSectionCtrl.cs
Log:
#1822: Trigger dirty state regardless, on selecting a feature source in Layer Definition editor

Modified: trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/VectorLayerSettingsSectionCtrl.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/VectorLayerSettingsSectionCtrl.cs	2011-11-08 15:36:41 UTC (rev 6210)
+++ trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/VectorLayerSettingsSectionCtrl.cs	2011-11-08 15:41:32 UTC (rev 6211)
@@ -139,6 +139,7 @@
                     txtFeatureSource.Text = picker.ResourceID;
                     //Invalidate
                     _cachedFs = null;
+                    OnResourceChanged(); //Maybe same feature class, different feature source
                 }
             }
         }



More information about the mapguide-commits mailing list