X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/54ef04efc3501ce91db852139a820c2b219062f3..cc6908402d34d4633d3b27297bdbde3b9a94e403:/lib/gui/elistboxcontent.h diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h index cfd0f155..11a9d080 100644 --- a/lib/gui/elistboxcontent.h +++ b/lib/gui/elistboxcontent.h @@ -84,6 +84,7 @@ public: PyObject *getCurrentSelection(); int getCurrentSelectionIndex() { return m_cursor; } void invalidateEntry(int index); + void invalidate(); #ifndef SWIG protected: void cursorHome();