A no-change for scroll events.
Added y-axis to wxPlot. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -749,6 +749,12 @@ void MyPanel::OnListBox( wxCommandEvent &event )
|
||||
{
|
||||
// GetParent()->Move(100, 100);
|
||||
|
||||
if (event.GetInt() == -1)
|
||||
{
|
||||
m_text->AppendText( "ListBox has no selections anymore\n" );
|
||||
return;
|
||||
}
|
||||
|
||||
wxListBox *listbox = event.GetId() == ID_LISTBOX ? m_listbox
|
||||
: m_listboxSorted;
|
||||
|
||||
|
Reference in New Issue
Block a user