Add a unit test checking selection updating in virtual wxListCtrl.
Verify that the selection is updated correctly after the number of items in the control is decreased. See #12378. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -177,6 +177,7 @@ TEST_GUI_OBJECTS = \
|
||||
$(OBJS)\test_gui_toolbooktest.obj \
|
||||
$(OBJS)\test_gui_treebooktest.obj \
|
||||
$(OBJS)\test_gui_treectrltest.obj \
|
||||
$(OBJS)\test_gui_virtlistctrltest.obj \
|
||||
$(OBJS)\test_gui_windowtest.obj \
|
||||
$(OBJS)\test_gui_clone.obj \
|
||||
$(OBJS)\test_gui_propagation.obj \
|
||||
@@ -843,6 +844,9 @@ $(OBJS)\test_gui_treebooktest.obj: .\controls\treebooktest.cpp
|
||||
$(OBJS)\test_gui_treectrltest.obj: .\controls\treectrltest.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_GUI_CXXFLAGS) .\controls\treectrltest.cpp
|
||||
|
||||
$(OBJS)\test_gui_virtlistctrltest.obj: .\controls\virtlistctrltest.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_GUI_CXXFLAGS) .\controls\virtlistctrltest.cpp
|
||||
|
||||
$(OBJS)\test_gui_windowtest.obj: .\controls\windowtest.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_GUI_CXXFLAGS) .\controls\windowtest.cpp
|
||||
|
||||
|
Reference in New Issue
Block a user