aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-28 09:19:41 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-28 09:19:41 +0000
commit8b4c7eabc1c022f6c51856920ea0299c251f2aee (patch)
treec52e71c422b527e3f0d466f8c75c3964b1fea6e7
parentda1a7e22f07e692576886da5cd2505d4e207a509 (diff)
downloadenigma2-8b4c7eabc1c022f6c51856920ea0299c251f2aee.tar.gz
enigma2-8b4c7eabc1c022f6c51856920ea0299c251f2aee.zip
fix
-rw-r--r--lib/gui/elistboxcontent.h2
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;
};