fixes redraw problems under OSX, see #13345
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1074,9 +1074,7 @@ void ScintillaWX::DoDragLeave() {
|
|||||||
|
|
||||||
// Force the whole window to be repainted
|
// Force the whole window to be repainted
|
||||||
void ScintillaWX::FullPaint() {
|
void ScintillaWX::FullPaint() {
|
||||||
#ifndef __WXMAC__
|
|
||||||
stc->Refresh(false);
|
stc->Refresh(false);
|
||||||
#endif
|
|
||||||
stc->Update();
|
stc->Update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user