Fix scrolling in the batch converter when there are lots of films.
authorCarl Hetherington <cth@carlh.net>
Fri, 30 Sep 2016 09:51:18 +0000 (10:51 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 30 Sep 2016 09:51:18 +0000 (10:51 +0100)
src/wx/job_manager_view.cc

index dcef5f4fd24d374bf0cda9ca538d1100590565a1..e70622b30e8b0cb6c0e66b85f45e4265949ee437 100644 (file)
@@ -76,6 +76,8 @@ JobManagerView::job_added (weak_ptr<Job> j)
        if (job) {
                _job_records.push_back (shared_ptr<JobView> (new JobView (job, this, _panel, _table, _latest_at_top)));
        }
+
+       FitInside();
 }
 
 void