wxwidgets/include
Artur Wieczorek e7a2786352 Remove duplicated method to destroy clipping region in wxPaintDCImpl (wxGTK)
Destroying clipping region is since 106b850593
("Fix wxCairoContext::ResetClip() for wxGTK", 2022-10-28) fully handled in
parent wxGCDCImpl::DestroyClippingRegion() calling wxCairoContext::ResetClip()
(including re-establishing clip for paint update area) so there is no need
to implement overriding method in wxPaintDCImpl.

Closes #23046.
2022-12-22 18:42:57 +01:00
..
msvc/wx Remove tests for _UNICODE too 2022-10-27 19:43:30 +02:00
wx Remove duplicated method to destroy clipping region in wxPaintDCImpl (wxGTK) 2022-12-22 18:42:57 +01:00