diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-12 21:04:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-12 21:04:52 +0200 |
| commit | 5ccfb74647db6917c054d6d67f91ed5a74e397ba (patch) | |
| tree | 47b28d0f31d5d3c0aa7351f0e5125d74744063d1 /src/wx/kdm_output_panel.h | |
| parent | 58f73422b75059b5e12e229da14c885076956153 (diff) | |
Offer all KDM types no matter what standard is in use.
A user reports that on a Barco system they needed to use a
"DCI Specific" KDM with an Interop DCP.
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index b01913354..e8515d2c6 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -35,7 +35,7 @@ class Log; class KDMOutputPanel : public wxPanel { public: - KDMOutputPanel (wxWindow* parent, bool interop); + KDMOutputPanel (wxWindow* parent); void setup_sensitivity (); |
