[mapguide-commits] r6526 - trunk/Tools/Maestro/Maestro.Editors/DrawingSource

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Feb 18 23:44:13 EST 2012


Author: jng
Date: 2012-02-18 20:44:13 -0800 (Sat, 18 Feb 2012)
New Revision: 6526

Modified:
   trunk/Tools/Maestro/Maestro.Editors/DrawingSource/SourceSectionCtrl.cs
Log:
Mark drawing source as dirty if sheet metadata is calculated and added to the resource content

Modified: trunk/Tools/Maestro/Maestro.Editors/DrawingSource/SourceSectionCtrl.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/DrawingSource/SourceSectionCtrl.cs	2012-02-18 17:54:49 UTC (rev 6525)
+++ trunk/Tools/Maestro/Maestro.Editors/DrawingSource/SourceSectionCtrl.cs	2012-02-19 04:44:13 UTC (rev 6526)
@@ -92,6 +92,7 @@
                 _edSvc.SyncSessionCopy();
                 //Re-calc extents
                 _dws.UpdateExtents();
+                OnResourceChanged();
             }
         }
 



More information about the mapguide-commits mailing list