X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/da1a7e22f07e692576886da5cd2505d4e207a509..8b4c7eabc1c022f6c51856920ea0299c251f2aee:/lib/gui/elistboxcontent.h diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h index 466a825b..e335bc2e 100644 --- a/lib/gui/elistboxcontent.h +++ b/lib/gui/elistboxcontent.h @@ -74,7 +74,7 @@ public: void setFont(int fnt, gFont *fnt); void setBuildFunc(SWIG_PYOBJECT(ePyObject) func); void setItemHeight(int height); - void setSelectionClip(eRect &rect, bool update=true); + void setSelectionClip(eRect &rect, bool update=false); private: std::map > m_font; };