use wxDC::SetDeviceClippingRegion() instead of deprecated SetClippingRegion()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1206,7 +1206,7 @@ void wxWindowX11::SendEraseEvents()
|
||||
if (m_clearRegion.IsEmpty()) return;
|
||||
|
||||
wxClientDC dc( (wxWindow*)this );
|
||||
dc.SetClippingRegion( m_clearRegion );
|
||||
dc.SetDeviceClippingRegion( m_clearRegion );
|
||||
|
||||
wxEraseEvent erase_event( GetId(), &dc );
|
||||
erase_event.SetEventObject( this );
|
||||
|
Reference in New Issue
Block a user