From: Vadim Zeitlin Date: Wed, 2 Feb 2005 11:08:48 +0000 (+0000) Subject: invalidate cache when RefreshLine[s]() is called X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5c2a509fca854cdc5af036e846c4c913ee4d9771 invalidate cache when RefreshLine[s]() is called git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/htmllbox.h b/include/wx/htmllbox.h index b46dab7169..bf0d295bde 100644 --- a/include/wx/htmllbox.h +++ b/include/wx/htmllbox.h @@ -67,6 +67,8 @@ public: virtual ~wxHtmlListBox(); // override some base class virtuals + virtual void RefreshLine(size_t line); + virtual void RefreshLines(size_t from, size_t to); virtual void RefreshAll(); virtual void SetItemCount(size_t count);