]> git.saurik.com Git - wxWidgets.git/commitdiff
Reapplied Patch #1106564
authorRobin Dunn <robin@alldunn.com>
Wed, 25 May 2005 14:58:38 +0000 (14:58 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 25 May 2005 14:58:38 +0000 (14:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/stc/scintilla/src/Editor.cxx
src/stc/scintilla/src/Editor.cxx

index 399e6597645e2133d345499dc1455ee099f5deda..d32022ff118bfdc60ca6760c284dcf3dd0547469 100644 (file)
@@ -3292,6 +3292,7 @@ void Editor::ClearAll() {
        currentPos = 0;
        SetTopLine(0);
        SetVerticalScrollPos();
+        InvalidateStyleRedraw();        // RPD: patch #1106564
 }
 
 void Editor::ClearDocumentStyle() {
index 399e6597645e2133d345499dc1455ee099f5deda..d32022ff118bfdc60ca6760c284dcf3dd0547469 100644 (file)
@@ -3292,6 +3292,7 @@ void Editor::ClearAll() {
        currentPos = 0;
        SetTopLine(0);
        SetVerticalScrollPos();
+        InvalidateStyleRedraw();        // RPD: patch #1106564
 }
 
 void Editor::ClearDocumentStyle() {