Fixed syntax coloring problem introduced in 1.2.0.10

This commit is contained in:
Zane U. Ji 2013-11-03 22:17:22 +08:00
parent 18add1e75f
commit 7e09ddd0df
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,6 @@ XmlCtrl::XmlCtrl (
currentMaxLine = 1;
applyProperties ( propertiesParameter );
applyVisibilityState ( visibilityState );
SetTabWidth ( 2 );
SetWrapStartIndent ( 2 );
@ -119,6 +118,7 @@ XmlCtrl::XmlCtrl (
SetUndoCollection ( true );
AutoCompSetSeparator ( '<' );
applyVisibilityState ( visibilityState );
lineBackgroundState = BACKGROUND_STATE_NORMAL;
for ( int i = 0; i < wxSTC_INDIC_MAX; ++i )