wxWidgets/include
Vadim Zeitlin 43ce00b5bd Call base class version from overridden DestroyClippingRegion()
No real changes, just call wxDCImpl::DestroyClippingRegion() from
the overridden versions in the derived classes instead of calling
ResetClipping(): this makes the code more clear as it follows the usual
pattern of the derived class doing something first and then forwarding
to the base class.

Also, as ResetClipping() is not really useful, add a comment documenting
that it shouldn't be used in the new code.
2018-06-19 00:17:43 +02:00
..
msvc/wx Factor out WXUSINGDLL check in MSVC-specific wx/setup.h 2018-05-31 01:21:20 +02:00
wx Call base class version from overridden DestroyClippingRegion() 2018-06-19 00:17:43 +02:00