Changed to use new wxWindow->Reparent call to allow build with current cvs
Added several small fixes from Scott Pleiter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -160,6 +160,7 @@ void wxToolWindow::AddMiniButton( cbMiniButton* pBtn )
|
||||
|
||||
void wxToolWindow::OnPaint( wxPaintEvent& event )
|
||||
{
|
||||
wxPaintDC pdc( this );
|
||||
wxWindowDC dc( this );
|
||||
|
||||
int w,h;
|
||||
|
||||
Reference in New Issue
Block a user