Applied patch [ 598286 ] Fixes uninitted var in drawing sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f459d460ea
commit
3f148eb67a
@ -377,6 +377,7 @@ MyCanvas::MyCanvas(MyFrame *parent)
|
||||
m_show = Show_Default;
|
||||
m_smile_bmp = wxBitmap(smile_xpm);
|
||||
m_std_icon = wxArtProvider::GetIcon(wxART_INFORMATION);
|
||||
m_clip = FALSE;
|
||||
}
|
||||
|
||||
void MyCanvas::DrawTestBrushes(wxDC& dc)
|
||||
|
Loading…
Reference in New Issue
Block a user