X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d545fceb99fa32b01ee131cf7867eb5e21702edb..83dc65144ec5b7d412f959afd2abb947580f7121:/lib/gui/elistbox.h diff --git a/lib/gui/elistbox.h b/lib/gui/elistbox.h index 08f80035..0e185b44 100644 --- a/lib/gui/elistbox.h +++ b/lib/gui/elistbox.h @@ -97,7 +97,7 @@ public: /* entryChanged: the entry with the given index was changed and should be redrawn. */ void entryChanged(int index); /* the complete list changed. you should not attemp to keep the current index. */ - void entryReset(); + void entryReset(bool cursorHome=true); protected: int event(int event, void *data=0, void *data2=0);