Fixed to use wxNcPaintEvent types where needed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-02-12 19:45:40 +00:00
parent 66828481aa
commit 3795cdba1b
4 changed files with 4 additions and 4 deletions

View File

@@ -238,7 +238,7 @@ void wxTopLevelWindow::DoSetClientSize(int width, int height)
wxTopLevelWindowNative::DoSetClientSize(width, height);
}
void wxTopLevelWindow::OnNcPaint(wxPaintEvent& event)
void wxTopLevelWindow::OnNcPaint(wxNcPaintEvent& event)
{
if ( !ms_drawDecorations || !m_renderer )
event.Skip();