]> git.saurik.com Git - wxWidgets.git/commit
Clear larger area in wxGCDC::Clear().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2012 15:05:39 +0000 (15:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2012 15:05:39 +0000 (15:05 +0000)
commit12ca260575f98426427464fbf8fcfad5f1ec7b61
tree8d0f2e64433599919cfa291484c10cf7490862fb
parentd8c0d15d32ed5a362a8ef6a6a54de1f5bdbaf7f2
Clear larger area in wxGCDC::Clear().

Clearing a rectangle of size 32000 was not always enough to clear the entire
DC, so use INT_MAX instead -- this is the best we can do with the current
approach.

Closes #13445.

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