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;
|
currentMaxLine = 1;
|
||||||
|
|
||||||
applyProperties ( propertiesParameter );
|
applyProperties ( propertiesParameter );
|
||||||
applyVisibilityState ( visibilityState );
|
|
||||||
|
|
||||||
SetTabWidth ( 2 );
|
SetTabWidth ( 2 );
|
||||||
SetWrapStartIndent ( 2 );
|
SetWrapStartIndent ( 2 );
|
||||||
|
@ -119,6 +118,7 @@ XmlCtrl::XmlCtrl (
|
||||||
SetUndoCollection ( true );
|
SetUndoCollection ( true );
|
||||||
AutoCompSetSeparator ( '<' );
|
AutoCompSetSeparator ( '<' );
|
||||||
|
|
||||||
|
applyVisibilityState ( visibilityState );
|
||||||
lineBackgroundState = BACKGROUND_STATE_NORMAL;
|
lineBackgroundState = BACKGROUND_STATE_NORMAL;
|
||||||
|
|
||||||
for ( int i = 0; i < wxSTC_INDIC_MAX; ++i )
|
for ( int i = 0; i < wxSTC_INDIC_MAX; ++i )
|
||||||
|
|
Loading…
Reference in New Issue