diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-28 09:19:41 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-28 09:19:41 +0000 |
| commit | 8b4c7eabc1c022f6c51856920ea0299c251f2aee (patch) | |
| tree | c52e71c422b527e3f0d466f8c75c3964b1fea6e7 /lib/gui/elistboxcontent.h | |
| parent | da1a7e22f07e692576886da5cd2505d4e207a509 (diff) | |
| download | enigma2-8b4c7eabc1c022f6c51856920ea0299c251f2aee.tar.gz enigma2-8b4c7eabc1c022f6c51856920ea0299c251f2aee.zip | |
fix
Diffstat (limited to 'lib/gui/elistboxcontent.h')
| -rw-r--r-- | lib/gui/elistboxcontent.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<int, ePtr<gFont> > m_font; }; |
