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:
parent
5568067a3d
commit
7a68fc9c34
@ -1074,9 +1074,7 @@ void ScintillaWX::DoDragLeave() {
|
||||
|
||||
// Force the whole window to be repainted
|
||||
void ScintillaWX::FullPaint() {
|
||||
#ifndef __WXMAC__
|
||||
stc->Refresh(false);
|
||||
#endif
|
||||
stc->Update();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user