diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-24 23:26:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-24 23:26:18 +0100 |
| commit | 19556e0f1bb854fffffc7d473dea5335c85c667a (patch) | |
| tree | 185de1a1ceb760ea24d2fa3f9d907c0ae61315bc /src/tools/dcpomatic_batch.cc | |
| parent | 819590f9f8217235ebf4467b1d24e1aec1f97c29 (diff) | |
Fix job pausing to actually work, and always add Pause buttons to JobManagerViews (part of #344).
Diffstat (limited to 'src/tools/dcpomatic_batch.cc')
| -rw-r--r-- | src/tools/dcpomatic_batch.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc index de255e65e..b92ca5d71 100644 --- a/src/tools/dcpomatic_batch.cc +++ b/src/tools/dcpomatic_batch.cc @@ -77,7 +77,7 @@ public: s->Add (panel, 1, wxEXPAND); SetSizer (s); - JobManagerView* job_manager_view = new JobManagerView (panel, JobManagerView::PAUSE); + JobManagerView* job_manager_view = new JobManagerView (panel); _sizer->Add (job_manager_view, 1, wxALL | wxEXPAND, 6); wxSizer* buttons = new wxBoxSizer (wxHORIZONTAL); |
