X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c97765bc7f4cfdf7372c0803e8825595574e87d4..02abc5bdd22f1143fdf76b35495fed871db58848:/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();