Various wxUniversal/wxMicroWindows fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -353,7 +353,7 @@ void wxScrollBar::OnIdle(wxIdleEvent& event)
|
||||
dc.DrawRectangle(rect);
|
||||
|
||||
// under Unix we use "--sync" X option for this
|
||||
#ifdef __WXMSW__
|
||||
#if defined(__WXMSW__) && !defined(__WXMICROWIN__)
|
||||
::GdiFlush();
|
||||
::Sleep(200);
|
||||
#endif // __WXMSW__
|
||||
|
Reference in New Issue
Block a user