Minor fix to wxGraphicsContext::SetInterpolationQuality() in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Mar 2012 11:23:54 +0000 (11:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Mar 2012 11:23:54 +0000 (11:23 +0000)
commit0d57a51305a86bff453adf302aa6ea2dedd46787
tree1ef602afcaf0040bff68867f1f890fb2eb850f2f
parent6b1f1155512c331a4e9fe082dcedca6bd51254eb
Minor fix to wxGraphicsContext::SetInterpolationQuality() in wxMSW.

Only update the internal variable if we really succeeded in changing the
interpolation mode.

See #14134.

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