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:
@@ -1227,7 +1227,7 @@ void wxListHeaderWindow::DrawCurrent()
|
|||||||
|
|
||||||
wxScreenDC dc;
|
wxScreenDC dc;
|
||||||
dc.SetLogicalFunction( wxINVERT );
|
dc.SetLogicalFunction( wxINVERT );
|
||||||
dc.SetPen( wxPen( *wxBLACK, 2, wxSOLID ) );
|
dc.SetPen( wxPen(*wxBLACK, 2) );
|
||||||
dc.SetBrush( *wxTRANSPARENT_BRUSH );
|
dc.SetBrush( *wxTRANSPARENT_BRUSH );
|
||||||
|
|
||||||
AdjustDC(dc);
|
AdjustDC(dc);
|
||||||
@@ -1555,7 +1555,7 @@ void wxListTextCtrlWrapper::OnKillFocus( wxFocusEvent &event )
|
|||||||
// wxListMainWindow
|
// wxListMainWindow
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
BEGIN_EVENT_TABLE(wxListMainWindow,wxScrolledCanvas)
|
BEGIN_EVENT_TABLE(wxListMainWindow, wxWindow)
|
||||||
EVT_PAINT (wxListMainWindow::OnPaint)
|
EVT_PAINT (wxListMainWindow::OnPaint)
|
||||||
EVT_MOUSE_EVENTS (wxListMainWindow::OnMouse)
|
EVT_MOUSE_EVENTS (wxListMainWindow::OnMouse)
|
||||||
EVT_CHAR (wxListMainWindow::OnChar)
|
EVT_CHAR (wxListMainWindow::OnChar)
|
||||||
|
Reference in New Issue
Block a user