Setup editor sensitivity on startup.
authorCarl Hetherington <cth@carlh.net>
Thu, 1 Dec 2022 19:04:32 +0000 (20:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 1 Dec 2022 19:04:32 +0000 (20:04 +0100)
src/tools/dcpomatic_playlist.cc

index bc1f78dc36432935ca539bc2010ba3df3f514212..05dea1f330bfa09c88862ec43ccefd3706d02d53 100644 (file)
@@ -323,6 +323,8 @@ public:
                _down->Bind (wxEVT_BUTTON, bind(&PlaylistContent::down_clicked, this));
                _add->Bind (wxEVT_BUTTON, bind(&PlaylistContent::add_clicked, this));
                _remove->Bind (wxEVT_BUTTON, bind(&PlaylistContent::remove_clicked, this));
+
+               setup_sensitivity();
        }
 
        wxSizer* sizer ()