*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
26a87b69a0
commit
6e5ae05172
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ void MyCanvas::OnPaint(wxPaintEvent& event)
|
|||
dc.Blit(20 + g_TestBitmap->GetWidth() + 20, 20, g_TestBitmap->GetWidth(), g_TestBitmap->GetHeight(), & memDC,
|
||||
0, 0, wxCOPY, TRUE);
|
||||
|
||||
memDC.SelectObject(NULL);
|
||||
memDC.SelectObject(wxNullBitmap);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue