[mapguide-commits] r6636 - trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Raster

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 9 09:31:51 EDT 2012


Author: jng
Date: 2012-05-09 06:31:51 -0700 (Wed, 09 May 2012)
New Revision: 6636

Modified:
   trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Raster/RasterLayerAdvancedSectionCtrl.cs
Log:
#1963: Add missing dirty state notification

Modified: trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Raster/RasterLayerAdvancedSectionCtrl.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Raster/RasterLayerAdvancedSectionCtrl.cs	2012-05-09 13:31:24 UTC (rev 6635)
+++ trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Raster/RasterLayerAdvancedSectionCtrl.cs	2012-05-09 13:31:51 UTC (rev 6636)
@@ -152,6 +152,7 @@
                 _colorStyle.HillShade = null;
                 _activeRange.SurfaceStyle = null;
             }
+            OnResourceChanged();
         }
 
         private void EnableHillshade_CheckedChanged(object sender, EventArgs e)



More information about the mapguide-commits mailing list