diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-06-22 17:35:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-06-22 17:35:07 +0200 |
| commit | bfc4d4380d052f77b18cb43a6ae92c3c4f6a7660 (patch) | |
| tree | a1d86459236596ab89c4fe1a0ac9d5199a25f9c7 | |
| parent | 6ce132398c4c2f0c4b05fcdd8e386f47ac136097 (diff) | |
No need to call setup_sensitivity() here as set_film() already does it.
| -rw-r--r-- | src/wx/controls.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/controls.cc b/src/wx/controls.cc index 7cb75ef15..c6a2b2570 100644 --- a/src/wx/controls.cc +++ b/src/wx/controls.cc @@ -159,8 +159,6 @@ Controls::Controls(wxWindow* parent, FilmViewer& viewer, bool editor_controls) set_film(viewer.film()); - setup_sensitivity (); - JobManager::instance()->ActiveJobsChanged.connect ( bind (&Controls::active_jobs_changed, this, _2) ); |
