diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-30 10:42:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-30 10:42:30 +0100 |
| commit | a5e041b46b675c1f42fc83920be45345662e0376 (patch) | |
| tree | 65c9728693ed5f22028e5eeceeefad239f027919 /src/wx/job_view.h | |
| parent | 0ef231d6ef3c483edc5d13affd31367acfecd320 (diff) | |
Reverse order of jobs in the batch converter view.
Diffstat (limited to 'src/wx/job_view.h')
| -rw-r--r-- | src/wx/job_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/job_view.h b/src/wx/job_view.h index ee254f2a4..96233f732 100644 --- a/src/wx/job_view.h +++ b/src/wx/job_view.h @@ -35,7 +35,7 @@ class wxButton; class JobView : public boost::noncopyable { public: - JobView (boost::shared_ptr<Job> job, wxWindow* parent, wxWindow* container, wxFlexGridSizer* table); + JobView (boost::shared_ptr<Job> job, wxWindow* parent, wxWindow* container, wxFlexGridSizer* table, bool top); void maybe_pulse (); |
