summaryrefslogtreecommitdiff
path: root/src/wx/controls.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-06-22 17:35:07 +0200
committerCarl Hetherington <cth@carlh.net>2023-06-22 17:35:07 +0200
commitbfc4d4380d052f77b18cb43a6ae92c3c4f6a7660 (patch)
treea1d86459236596ab89c4fe1a0ac9d5199a25f9c7 /src/wx/controls.cc
parent6ce132398c4c2f0c4b05fcdd8e386f47ac136097 (diff)
No need to call setup_sensitivity() here as set_film() already does it.
Diffstat (limited to 'src/wx/controls.cc')
-rw-r--r--src/wx/controls.cc2
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)
);