summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-01-21 22:20:44 +0100
committerRobin Gareus <robin@gareus.org>2014-01-21 22:20:44 +0100
commit02533dd0a43220565dd4c20dc8610064e43bd001 (patch)
treec9ea7a27075cae519531981664cd5439a21d544a /gtk2_ardour
parentacc2fa2c7f4440a05d881e7b009ca64d3ac1a719 (diff)
sfdb's clock-states are not part of the session-state, use transient clock
fixes issue with 'show import dialog' marking session as modified.
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/sfdb_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
index 7637025a41..826dde8b7b 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -118,8 +118,8 @@ importmode2string (ImportMode mode)
SoundFileBox::SoundFileBox (bool persistent)
: table (6, 2),
- length_clock ("sfboxLengthClock", !persistent, "", false, false, true, false),
- timecode_clock ("sfboxTimecodeClock", !persistent, "", false, false, false, false),
+ length_clock ("sfboxLengthClock", true, "", false, false, true, false),
+ timecode_clock ("sfboxTimecodeClock", true, "", false, false, false, false),
main_box (false, 6),
autoplay_btn (_("Auto-play")),
seek_slider(0,1000,1),