add invalidate to eListboxPythonStringContent
[enigma2.git] / lib / gui / elistboxcontent.cpp
index f94765ef6592c43bccef852f0d6648c6ab763bb4..63d94b09c3ac559ba63864766da3ad6b2645727c 100644 (file)
@@ -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)