[mapguide-commits] r5627 -
trunk/Tools/Maestro/Maestro.Editors/LayerDefinition
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Tue Mar 15 09:18:04 EDT 2011
Author: jng
Date: 2011-03-15 06:18:04 -0700 (Tue, 15 Mar 2011)
New Revision: 5627
Modified:
trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/LayerPropertiesSectionCtrl.cs
Log:
Fix #1626: Add missing call to flag dirty state when messing with the property mappings of the layer definition
Modified: trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/LayerPropertiesSectionCtrl.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/LayerPropertiesSectionCtrl.cs 2011-03-15 11:12:35 UTC (rev 5626)
+++ trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/LayerPropertiesSectionCtrl.cs 2011-03-15 13:18:04 UTC (rev 5627)
@@ -166,6 +166,7 @@
_vl.RemovePropertyMapping(nsp);
}
}
+ OnResourceChanged();
}
private void grdProperties_CellEndEdit(object sender, DataGridViewCellEventArgs e)
More information about the mapguide-commits
mailing list