From cc6908402d34d4633d3b27297bdbde3b9a94e403 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 7 Oct 2005 20:15:53 +0000 Subject: add invalidate to eListboxPythonStringContent --- lib/gui/elistboxcontent.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/gui/elistboxcontent.cpp') diff --git a/lib/gui/elistboxcontent.cpp b/lib/gui/elistboxcontent.cpp index f94765ef..63d94b09 100644 --- a/lib/gui/elistboxcontent.cpp +++ b/lib/gui/elistboxcontent.cpp @@ -384,6 +384,12 @@ void eListboxPythonStringContent::invalidateEntry(int index) m_listbox->entryChanged(index); } +void eListboxPythonStringContent::invalidate() +{ + if (m_listbox) + m_listbox->entryReset(); +} + ////////////////////////////////////// void eListboxPythonConfigContent::paint(gPainter &painter, eWindowStyle &style, const ePoint &offset, int selected) -- cgit v1.2.3