m_handlerPopup = NULL;
}
- // m_child->ReleaseMouse();
m_child = NULL;
}
delete m_handlerPopup;
m_handlerPopup = new wxPopupWindowHandler(this);
- // m_child->CaptureMouse();
m_child->PushEventHandler(m_handlerPopup);
m_focus = winFocus ? winFocus : this;