diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-07 00:42:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-07 00:42:45 +0000 |
| commit | a3ec24ce1952a3bfd556d30b50cee79cc57436cb (patch) | |
| tree | d10ea5ac62f4596296ea9e006cfe6a031a4ed9a5 /src/wx/controls.cc | |
| parent | 54cba12f5b76f98f69de8c3702d841b94c6df90f (diff) | |
swaroop: new slightly-hacky way to make background image appear on stop.v2.13.67
Diffstat (limited to 'src/wx/controls.cc')
| -rw-r--r-- | src/wx/controls.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/controls.cc b/src/wx/controls.cc index f7573c28b..cf805e8f7 100644 --- a/src/wx/controls.cc +++ b/src/wx/controls.cc @@ -221,10 +221,6 @@ Controls::add_clicked () if (!ok || !report_errors_from_last_job(this)) { return; } - if (_film->content().size() == 1) { - /* Put 1 frame of black at the start so when we seek to 0 we don't see anything */ - sel->set_position (DCPTime::from_frames(1, _film->video_frame_rate())); - } add_content_to_list (sel, _current_spl_view); setup_sensitivity (); } |
