Fixed syntax coloring problem introduced in 1.2.0.10
This commit is contained in:
parent
18add1e75f
commit
7e09ddd0df
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue