From: Robin Gareus Date: Tue, 21 Jan 2014 21:20:44 +0000 (+0100) Subject: sfdb's clock-states are not part of the session-state, use transient clock X-Git-Tag: 3.5.308~20 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=02533dd0a43220565dd4c20dc8610064e43bd001;p=ardour.git sfdb's clock-states are not part of the session-state, use transient clock fixes issue with 'show import dialog' marking session as modified. --- 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),