Fix list box unit test under wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Oct 2010 23:22:11 +0000 (23:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Oct 2010 23:22:11 +0000 (23:22 +0000)
commit24d7c81c3265d15d4ccf051782c93849462316fb
treeb9290dcf974e778a5b887775c6d18d45ebd944be
parent00d45d0452b1305999deb02e7bdeed663f647a9c
Fix list box unit test under wxGTK.

Select an item initially to prevent GTK from doing it automatically as soon as
the listbox is clicked anywhere (even outside of the items area).

This makes all GUI tests finally pass under wxGTK.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/controls/listboxtest.cpp