diff options
Diffstat (limited to 'src/ViewStyle.cpp')
-rwxr-xr-x | src/ViewStyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ViewStyle.cpp b/src/ViewStyle.cpp index b4da30a..0ae93d4 100755 --- a/src/ViewStyle.cpp +++ b/src/ViewStyle.cpp @@ -124,7 +124,7 @@ void ViewStyle::Init() { fontNames.Clear(); ResetDefaultStyle(); - indicators[0].style = INDIC_SQUIGGLE; + indicators[0].style = INDIC_STQUIGGLE; indicators[0].fore = ColourDesired(0, 0x7f, 0); indicators[1].style = INDIC_TT; indicators[1].fore = ColourDesired(0, 0, 0xff); |