diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-24 00:29:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-24 00:29:43 +0100 |
| commit | bcf817949c2e0157f39933720937e7b40390e5ad (patch) | |
| tree | 043d5afd4708e30dc87a579853c1e6290b2c3b7a /src | |
| parent | f73077d310016077041f7707c688f7eaaa2303d7 (diff) | |
Fix non-display of pending jobs in the batch processor.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/job_manager_view.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/job_manager_view.cc b/src/wx/job_manager_view.cc index 729dbc3ad..7f53a258f 100644 --- a/src/wx/job_manager_view.cc +++ b/src/wx/job_manager_view.cc @@ -75,6 +75,8 @@ public: _progress_connection = job->Progress.connect (boost::bind (&JobRecord::progress, this)); _finished_connection = job->Finished.connect (boost::bind (&JobRecord::finished, this)); + progress (); + table->Layout (); } |
