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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon May 12 12:16:57 PDT 2014


Author: jng
Date: 2014-05-12 12:16:57 -0700 (Mon, 12 May 2014)
New Revision: 8129

Modified:
   trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/GridEditor/RuleGridView.cs
Log:
#2447: Theme offset was not applied to the grid-based editor, causing an incorrect style to be previewed.

Modified: trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/GridEditor/RuleGridView.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/GridEditor/RuleGridView.cs	2014-05-12 19:02:49 UTC (rev 8128)
+++ trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/GridEditor/RuleGridView.cs	2014-05-12 19:16:57 UTC (rev 8129)
@@ -571,7 +571,7 @@
                                                                     80,
                                                                     40,
                                                                     "PNG", //NOXLATE
-                                                                    rule.Index);
+                                                                    this.ThemeIndexOffest + rule.Index);
 
             //TODO: This is obviously a mess and could do with some future cleanup, but the idea here should be
             //easy to understand. Each primitive basic style (that's not a label) has 3 actions.



More information about the mapguide-commits mailing list