X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fgui%2Felistboxcontent.h;h=e335bc2eed4a7c735c75f4537bb09bd1ac9a59e3;hb=8b4c7eabc1c022f6c51856920ea0299c251f2aee;hp=aff071bfd9cc2965de10283af43b7f0a29be55f3;hpb=470e1bf98764d9e0c6cdc463b2f2e1a2bb453ce8;p=vuplus_dvbapp diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h index aff071b..e335bc2 100644 --- a/lib/gui/elistboxcontent.h +++ b/lib/gui/elistboxcontent.h @@ -63,7 +63,7 @@ class eListboxPythonMultiContent: public eListboxPythonStringContent { ePyObject m_buildFunc; eRect m_selection_clip; - eRect m_temp_clip; + gRegion m_temp_clip; public: eListboxPythonMultiContent(); ~eListboxPythonMultiContent(); @@ -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; };