changing the number of items in wxHtmlListBox should flush the cache
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,9 +61,9 @@ public:
|
||||
// destructor cleans up whatever resources we use
|
||||
virtual ~wxHtmlListBox();
|
||||
|
||||
// refresh everything
|
||||
// override some base class virtuals
|
||||
virtual void RefreshAll();
|
||||
|
||||
virtual void SetItemCount(size_t count);
|
||||
|
||||
protected:
|
||||
// this method must be implemented in the derived class and should return
|
||||
|
Reference in New Issue
Block a user