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:
J. Russell Smyth
1999-07-14 17:31:42 +00:00
parent 0e1ead0ef2
commit 52d802ebb8
2 changed files with 5 additions and 1 deletions

View File

@@ -160,6 +160,7 @@ void wxToolWindow::AddMiniButton( cbMiniButton* pBtn )
void wxToolWindow::OnPaint( wxPaintEvent& event )
{
wxPaintDC pdc( this );
wxWindowDC dc( this );
int w,h;