[mapguide-commits] r5650 -
trunk/Tools/Maestro/Maestro.Editors/Generic
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Tue Mar 22 04:57:08 EDT 2011
Author: jng
Date: 2011-03-22 01:57:08 -0700 (Tue, 22 Mar 2011)
New Revision: 5650
Modified:
trunk/Tools/Maestro/Maestro.Editors/Generic/XmlEditorCtrl.cs
Log:
Remove a stupid textbox limitation in generic XML editor
Modified: trunk/Tools/Maestro/Maestro.Editors/Generic/XmlEditorCtrl.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/Generic/XmlEditorCtrl.cs 2011-03-21 12:57:08 UTC (rev 5649)
+++ trunk/Tools/Maestro/Maestro.Editors/Generic/XmlEditorCtrl.cs 2011-03-22 08:57:08 UTC (rev 5650)
@@ -51,6 +51,7 @@
public XmlEditorCtrl()
{
InitializeComponent();
+ txtXmlContent.MaxLength = int.MaxValue;
}
/// <summary>
More information about the mapguide-commits
mailing list