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:
Stefan Csomor 2011-07-20 06:36:06 +00:00
parent 5568067a3d
commit 7a68fc9c34

View File

@ -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();
}