Remove hard TAB from the recently added test

No real changes.
This commit is contained in:
Vadim Zeitlin
2020-06-13 22:50:36 +02:00
parent cc21b1bff2
commit 6f0a2b66b4

View File

@@ -112,7 +112,7 @@ void VirtListCtrlTestCase::UpdateSelection()
void VirtListCtrlTestCase::DeselectedEvent()
{
#if wxUSE_UIACTIONSIMULATOR
m_list->AppendColumn("Col0");
m_list->AppendColumn("Col0");
m_list->SetItemCount(1);
wxListCtrl* const list = m_list;