Fix non-display of pending jobs in the batch processor.
authorCarl Hetherington <cth@carlh.net>
Thu, 23 Jul 2015 23:29:43 +0000 (00:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 23 Jul 2015 23:29:43 +0000 (00:29 +0100)
src/wx/job_manager_view.cc

index 729dbc3adbfcfd528befcc6635cb50f759cd81e9..7f53a258f818080cedb419cb0c7b21a2fb025c53 100644 (file)
@@ -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 ();
        }