fix event table base for wxListMainWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b04237742c
commit
fd1dc2a7e6
@ -1227,7 +1227,7 @@ void wxListHeaderWindow::DrawCurrent()
|
||||
|
||||
wxScreenDC dc;
|
||||
dc.SetLogicalFunction( wxINVERT );
|
||||
dc.SetPen( wxPen( *wxBLACK, 2, wxSOLID ) );
|
||||
dc.SetPen( wxPen(*wxBLACK, 2) );
|
||||
dc.SetBrush( *wxTRANSPARENT_BRUSH );
|
||||
|
||||
AdjustDC(dc);
|
||||
@ -1555,7 +1555,7 @@ void wxListTextCtrlWrapper::OnKillFocus( wxFocusEvent &event )
|
||||
// wxListMainWindow
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
BEGIN_EVENT_TABLE(wxListMainWindow,wxScrolledCanvas)
|
||||
BEGIN_EVENT_TABLE(wxListMainWindow, wxWindow)
|
||||
EVT_PAINT (wxListMainWindow::OnPaint)
|
||||
EVT_MOUSE_EVENTS (wxListMainWindow::OnMouse)
|
||||
EVT_CHAR (wxListMainWindow::OnChar)
|
||||
|
Loading…
Reference in New Issue
Block a user