use ResetClipping() instead of simply setting m_clipping to false; added call to it to wxDCBase::DestroyClippingRegion() so that some ports don't have to define their own version of it at all
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -503,7 +503,7 @@ void wxDC::DestroyClippingRegion(void)
|
||||
|
||||
::GpiSetClipRegion(m_hPS, hRgn, &hRgnOld);
|
||||
}
|
||||
m_clipping = false;
|
||||
ResetClipping();
|
||||
} // end of wxDC::DestroyClippingRegion
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user