From 63484d5c9a7f89a2d9e37723045ce7e8cd4b991e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 1 Dec 2009 13:25:07 +0000 Subject: Reset the dialog when it is closed with partial (incomplete) changes to clocks. Fixes part of #254. git-svn-id: svn://localhost/ardour2/branches/3.0@6246 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/audio_region_editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/audio_region_editor.h') diff --git a/gtk2_ardour/audio_region_editor.h b/gtk2_ardour/audio_region_editor.h index 25c3037908..3de1522734 100644 --- a/gtk2_ardour/audio_region_editor.h +++ b/gtk2_ardour/audio_region_editor.h @@ -116,6 +116,8 @@ class AudioRegionEditor : public RegionEditor gint bpressed (GdkEventButton* ev, Gtk::SpinButton* but, void (AudioRegionEditor::*pmf)()); gint breleased (GdkEventButton* ev, Gtk::SpinButton* but, void (AudioRegionEditor::*pmf)()); + bool on_delete_event (GdkEventAny *); + bool spin_arrow_grab; }; -- cgit v1.2.3