Remove debug code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2071,8 +2071,6 @@ void wxListHeaderWindow::OnMouse( wxMouseEvent &event )
|
|||||||
|
|
||||||
void wxListHeaderWindow::OnSetFocus( wxFocusEvent &WXUNUSED(event) )
|
void wxListHeaderWindow::OnSetFocus( wxFocusEvent &WXUNUSED(event) )
|
||||||
{
|
{
|
||||||
wxPrintf( wxT("OnSetFocus\n") );
|
|
||||||
|
|
||||||
m_owner->SetFocus();
|
m_owner->SetFocus();
|
||||||
m_owner->Update();
|
m_owner->Update();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user