aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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;
};