summaryrefslogtreecommitdiff
path: root/src/IntResMenuItem.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IntResMenuItem.hh')
-rw-r--r--src/IntResMenuItem.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IntResMenuItem.hh b/src/IntResMenuItem.hh
index 768870e..e49681f 100644
--- a/src/IntResMenuItem.hh
+++ b/src/IntResMenuItem.hh
@@ -37,6 +37,7 @@ public:
37 FbTk::MenuItem(label, host_menu), m_org_label(FbTk::MenuItem::label()), 37 FbTk::MenuItem(label, host_menu), m_org_label(FbTk::MenuItem::label()),
38 m_max(max_val), m_min(min_val), m_res(res) { 38 m_max(max_val), m_min(min_val), m_res(res) {
39 updateLabel(); 39 updateLabel();
40 setCloseOnClick(false);
40 } 41 }
41 42
42 /* Utility, but doesn't get found in anonymous namespace? */ 43 /* Utility, but doesn't get found in anonymous namespace? */