]> git.saurik.com Git - wxWidgets.git/commit
Fix wxIMAGE_QUALITY_HIGH definition.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jun 2013 12:51:47 +0000 (12:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jun 2013 12:51:47 +0000 (12:51 +0000)
commitb712cc040f9c440d7060a848bd768e598809af68
treee409b80e22cc28a48177a1587ad87c683ac2f860
parent9e8125a1a8157a8081580149a117104497ea8a0b
Fix wxIMAGE_QUALITY_HIGH definition.

Embarrassingly, wxIMAGE_QUALITY_HIGH was never used as it had the same value
as wxIMAGE_QUALITY_BILINEAR due to the changes to these constants in r67203.

After fixing its value in the enum, also change the switch on this enum
elements to avoid g++ warnings about unhandled enum values.

See #12845, #15281.

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