]> git.saurik.com Git - wxWidgets.git/commit
Fix alpha handling in Scintilla when not using wxGraphicsContext.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Sep 2012 20:00:48 +0000 (20:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Sep 2012 20:00:48 +0000 (20:00 +0000)
commit4f97cb83cfce5027a8c000afb176e74757524cc7
tree9fa51951b141ea143ccb5c721c6416c6f6b3861b
parentac896cd53a1e9a1f71d9ec422d03ed4ba0cb93fb
Fix alpha handling in Scintilla when not using wxGraphicsContext.

When using raw bitmap data access classes such as wxAlphaPixelData we must
destroy them to ensure that the changes done via them are committed to the
bitmap before drawing the bitmap.

Just add an extra block (the diff should be viewed ignoring white space to see
the only significant change) to ensure that wxAlphaPixelData is destroyed
before DrawBitmap() is called.

Closes #14680.

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