basic blitting implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,6 +49,8 @@ wxMemoryDC::wxMemoryDC(wxDC *WXUNUSED(dc))
|
||||
|
||||
void wxMemoryDC::SelectObject(const wxBitmap& bitmap)
|
||||
{
|
||||
m_bmp = bitmap;
|
||||
|
||||
if ( !bitmap.Ok() )
|
||||
{
|
||||
// select the bitmap out of the DC
|
||||
|
Reference in New Issue
Block a user