summaryrefslogtreecommitdiff
path: root/gtk2_ardour/control_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/control_point.h')
-rw-r--r--gtk2_ardour/control_point.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/control_point.h b/gtk2_ardour/control_point.h
index 6ef6f8fb3e..0264015f93 100644
--- a/gtk2_ardour/control_point.h
+++ b/gtk2_ardour/control_point.h
@@ -64,6 +64,10 @@ class ControlPoint
void show ();
void set_color ();
+ double size () const {
+ return _size;
+ }
+
void set_size (double);
void set_visible (bool);
bool visible () const;