From 8b4c7eabc1c022f6c51856920ea0299c251f2aee Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sat, 28 Jul 2007 09:19:41 +0000 Subject: [PATCH] fix --- lib/gui/elistboxcontent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- 2.30.2