diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/LexGui4Cli.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexGui4Cli.cxx b/src/LexGui4Cli.cxx index 2e3c02c1c..f76fff6cc 100644 --- a/src/LexGui4Cli.cxx +++ b/src/LexGui4Cli.cxx @@ -236,7 +236,7 @@ ColouriseGui4CliDoc(unsigned int startPos, int length, int initStyle, if (!noforward) sc.Forward(); } - styler.ColourTo(sc.currentPos, sc.state); + sc.Complete(); } // Main folding function called by Scintilla - (based on props (.ini) files function) |