Fix wxGCDC::Clear() for Cairo, and possibly MSW.
authorPaul Cornett <paulcor@bullseye.com>
Thu, 2 Aug 2012 16:25:14 +0000 (16:25 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Thu, 2 Aug 2012 16:25:14 +0000 (16:25 +0000)
commit0c4438d26e184e95a465b48794086df19a80b55c
treeec8f13b9541a24332a7b9729c09833d78bb3dc98
parent487f6627541e49810f6fb48947a7226717fe17a8
Fix wxGCDC::Clear() for Cairo, and possibly MSW.
Maximum positive coordinate Cairo can handle is 2^23 - 1.
Also convert coordinates to logical so it works right with modified origin or scale.
See #14529

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/dcgraph.cpp