From: Robin Dunn Date: Wed, 25 May 2005 14:58:38 +0000 (+0000) Subject: Reapplied Patch #1106564 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e102e12eff7115d20833337559d6788c104cc87b Reapplied Patch #1106564 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/stc/scintilla/src/Editor.cxx b/contrib/src/stc/scintilla/src/Editor.cxx index 399e659764..d32022ff11 100644 --- a/contrib/src/stc/scintilla/src/Editor.cxx +++ b/contrib/src/stc/scintilla/src/Editor.cxx @@ -3292,6 +3292,7 @@ void Editor::ClearAll() { currentPos = 0; SetTopLine(0); SetVerticalScrollPos(); + InvalidateStyleRedraw(); // RPD: patch #1106564 } void Editor::ClearDocumentStyle() { diff --git a/src/stc/scintilla/src/Editor.cxx b/src/stc/scintilla/src/Editor.cxx index 399e659764..d32022ff11 100644 --- a/src/stc/scintilla/src/Editor.cxx +++ b/src/stc/scintilla/src/Editor.cxx @@ -3292,6 +3292,7 @@ void Editor::ClearAll() { currentPos = 0; SetTopLine(0); SetVerticalScrollPos(); + InvalidateStyleRedraw(); // RPD: patch #1106564 } void Editor::ClearDocumentStyle() {