guarding Update() on OSX not to be issued faster than 1/30 later than the last redraw

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2012-01-31 17:39:39 +00:00
parent 8c7fb50829
commit 7dc941e3c5
3 changed files with 20 additions and 1 deletions

View File

@@ -2099,6 +2099,11 @@ bool wxWindowMac::MacDoRedraw( long time )
}
m_updateRegion = formerUpdateRgn;
wxNonOwnedWindow* top = MacGetTopLevelWindow();
if (top)
top->WindowWasPainted() ;
return handled;
}