summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.h
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2013-07-01 18:56:10 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2013-07-01 19:03:20 +0100
commite642704c3a41e9ce948a0b78a6173b79abef382b (patch)
treeecca226d2b955783e284a24dbbe9ed218470d88e /gtk2_ardour/location_ui.h
parent6ff66a40819b516af30734a2c0b4c7c9f025ba76 (diff)
Make CD track details visible whenever CD range is ticked.
Make the CD track details visible whenever the CD range box has been ticked, rather than only when the user toggles the box on.
Diffstat (limited to 'gtk2_ardour/location_ui.h')
-rw-r--r--gtk2_ardour/location_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index b01b63e8e4..395464e049 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -140,6 +140,7 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
void position_lock_style_changed (ARDOUR::Location *);
void set_clock_editable_status ();
+ void show_cd_track_details ();
PBD::ScopedConnectionList connections;
};