summaryrefslogtreecommitdiff
path: root/gtk2_ardour/strip_silence_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-09-19 20:28:56 +0200
committerRobin Gareus <robin@gareus.org>2015-09-19 20:28:56 +0200
commitdad0e390ff247a4b0ac0da244fdf9b8a9550cec5 (patch)
tree4831b86613921c2aa2b8ac373513cec8ade54ebb /gtk2_ardour/strip_silence_dialog.h
parentc829c10a74475ef6157408aa0e234b2a0fd43917 (diff)
indicate that silence trim is already active.
Diffstat (limited to 'gtk2_ardour/strip_silence_dialog.h')
-rw-r--r--gtk2_ardour/strip_silence_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/strip_silence_dialog.h b/gtk2_ardour/strip_silence_dialog.h
index e89f1911cd..225b4461a2 100644
--- a/gtk2_ardour/strip_silence_dialog.h
+++ b/gtk2_ardour/strip_silence_dialog.h
@@ -66,6 +66,9 @@ private:
AudioClock* _fade_length;
Gtk::ProgressBar _progress_bar;
+ Gtk::Button* cancel_button;
+ Gtk::Button* apply_button;
+
struct ViewInterval {
RegionView* view;
ARDOUR::AudioIntervalResult intervals;