improve selection (base class handles this better already)
This commit is contained in:
committed by
Vadim Zeitlin
parent
1cb7120ac9
commit
65af28271e
@@ -158,11 +158,6 @@ void wxListBox::SetString(unsigned int n, const wxString& WXUNUSED(s))
|
||||
}
|
||||
}
|
||||
|
||||
void wxListBox::SetSelection(int n)
|
||||
{
|
||||
return m_qtListWidget->setCurrentRow(n);
|
||||
}
|
||||
|
||||
int wxListBox::GetSelection() const
|
||||
{
|
||||
return m_qtListWidget->currentIndex().row();
|
||||
|
Reference in New Issue
Block a user