Patch #1106564, corrects possible 100% CPU load condition.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3283,6 +3283,7 @@ void Editor::ClearAll() {
|
||||
currentPos = 0;
|
||||
SetTopLine(0);
|
||||
SetVerticalScrollPos();
|
||||
InvalidateStyleRedraw();
|
||||
}
|
||||
|
||||
void Editor::ClearDocumentStyle() {
|
||||
|
@@ -3283,6 +3283,7 @@ void Editor::ClearAll() {
|
||||
currentPos = 0;
|
||||
SetTopLine(0);
|
||||
SetVerticalScrollPos();
|
||||
InvalidateStyleRedraw();
|
||||
}
|
||||
|
||||
void Editor::ClearDocumentStyle() {
|
||||
|
Reference in New Issue
Block a user