diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-25 01:28:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-25 01:28:37 +0100 |
| commit | 3e19bf7df70928442644b225c876d51f9fa413da (patch) | |
| tree | 009fc197a42bf21cfaff55bec6ccf05721c1acc0 /src/wx | |
| parent | 8414829693900c3d6362a4f15d677bb7e1462c3e (diff) | |
Fix log display and auto-load KDMs from the configured directory.v2.13.55
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/controls.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/controls.cc b/src/wx/controls.cc index bc373812d..1f6a30ae9 100644 --- a/src/wx/controls.cc +++ b/src/wx/controls.cc @@ -83,6 +83,7 @@ Controls::Controls (wxWindow* parent, shared_ptr<FilmViewer> viewer, bool editor e_sizer->Add (_log, 1, wxALL | wxEXPAND, DCPOMATIC_SIZER_GAP); _dcp_directory->Show (false); + _log->Show (false); _v_sizer->Add (e_sizer, 0, wxEXPAND); @@ -457,6 +458,7 @@ void Controls::show_extended_player_controls (bool s) { _dcp_directory->Show (s); + _log->Show (s); } void |
