Applied patch [ 605188 ] Fix to draw 24 bit bitmaps

Derry Bryson

Fix to wxPrinterDC::DrawBitmap() to print 24 bit bitmaps
at 24 bits rather than 8 bits.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-09-05 19:59:34 +00:00
parent dd23c25cde
commit e11f2e1645
2 changed files with 14 additions and 1 deletions

View File

@@ -285,6 +285,7 @@ wxMSW:
provided in wxFontData
- Added wxTE_LEFT, wxTE_CENTRE and wxTE_RIGHT flags for text
control alignment.
- Bitmap printing uses 24 bits now, not 8.
wxGTK: