Fixed a few compile things
Fixed wxListCtrl::SetItemState bug Tried to hunt down a bug in menu, which disappeared after recompiling git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1604,8 +1604,7 @@ void wxListMainWindow::SetItemState( long item, long state, long stateMask )
|
||||
wxListLineData *line = (wxListLineData*)node->Data();
|
||||
bool on = state & wxLIST_STATE_SELECTED;
|
||||
line->Hilight( on );
|
||||
RefreshLine( m_current );
|
||||
RefreshLine( oldCurrent );
|
||||
RefreshLine( line );
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user