remove workaround
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e520834aea
commit
9118a24f52
@ -181,10 +181,6 @@ wxPaintDCImpl::wxPaintDCImpl( wxDC *owner, wxWindow *window ) :
|
||||
wxPoint origin = window->GetClientAreaOrigin() ;
|
||||
m_window->GetClientSize( &m_width , &m_height);
|
||||
SetDeviceOrigin( origin.x, origin.y );
|
||||
#ifdef __WXOSX_IPHONE__
|
||||
m_graphicContext->ResetClip();
|
||||
m_clipping = false;
|
||||
#endif
|
||||
DoSetClippingRegion( 0 , 0 , m_width , m_height ) ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user