[mapguide-commits] r8560 - trunk/Tools/Maestro/Maestro.Editors/Generic
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu Mar 5 04:54:30 PST 2015
Author: jng
Date: 2015-03-05 04:54:30 -0800 (Thu, 05 Mar 2015)
New Revision: 8560
Modified:
trunk/Tools/Maestro/Maestro.Editors/Generic/XmlTextEditorControl.cs
Log:
#2539: Fix NRE copying XML text from the XML editor
Modified: trunk/Tools/Maestro/Maestro.Editors/Generic/XmlTextEditorControl.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/Generic/XmlTextEditorControl.cs 2015-03-05 12:47:24 UTC (rev 8559)
+++ trunk/Tools/Maestro/Maestro.Editors/Generic/XmlTextEditorControl.cs 2015-03-05 12:54:30 UTC (rev 8560)
@@ -574,7 +574,8 @@
MouseWheelScrollDown = true,
MouseWheelTextZoom = false,
FontContainer = new FontContainer(font),
- Encoding = Encoding.UTF8
+ Encoding = Encoding.UTF8,
+ Font = font
};
}
}
More information about the mapguide-commits
mailing list