fix
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 28 Jul 2007 09:19:41 +0000 (09:19 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 28 Jul 2007 09:19:41 +0000 (09:19 +0000)
lib/gui/elistboxcontent.h

index 466a825..e335bc2 100644 (file)
@@ -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;
 };