use ResetClipping() instead of simply setting m_clipping to false; added call to...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 May 2004 22:43:57 +0000 (22:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 May 2004 22:43:57 +0000 (22:43 +0000)
commitd16b634fa336d09050d01786fb420d32ef43d311
tree6e9a06e05f11a3d9003e810042f579d731eb6b13
parent2e76da5450f61bbd5d5aa926378ba8817641b378
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
12 files changed:
include/wx/dc.h
include/wx/gtk/dc.h
include/wx/gtk1/dc.h
include/wx/motif/dc.h
include/wx/x11/dc.h
src/gtk/dc.cpp
src/gtk1/dc.cpp
src/mac/carbon/dc.cpp
src/mac/classic/dc.cpp
src/mgl/dc.cpp
src/motif/dc.cpp
src/os2/dc.cpp