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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Mar 16 06:43:02 EDT 2011


Author: jng
Date: 2011-03-16 03:43:02 -0700 (Wed, 16 Mar 2011)
New Revision: 5630

Modified:
   trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Raster/RasterLayerVisibilitySectionCtrl.cs
Log:
Fix #1629: Forgot to register resource change notifier. That's why dirty states did not trigger


Modified: trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Raster/RasterLayerVisibilitySectionCtrl.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Raster/RasterLayerVisibilitySectionCtrl.cs	2011-03-16 10:32:06 UTC (rev 5629)
+++ trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Raster/RasterLayerVisibilitySectionCtrl.cs	2011-03-16 10:43:02 UTC (rev 5630)
@@ -58,6 +58,7 @@
             try
             {
                 _edsvc = service;
+                _edsvc.RegisterCustomNotifier(this);
                 _rl = (IRasterLayerDefinition)((ILayerDefinition)service.GetEditedResource()).SubLayer;
 
                 _activeRange = _rl.GetScaleRangeAt(0);



More information about the mapguide-commits mailing list