diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-29 00:53:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-01 01:54:38 +0100 |
| commit | 9fcea2bd3871062e920e2b1cb76ea9235dfd157e (patch) | |
| tree | f28acb96859d46f4f8cee41715f7a2898200aa29 /src/wx/tall_kdm_output_panel.cc | |
| parent | 2d5a2f8b4ce4b33f9e2541caa2c5681537b692a1 (diff) | |
Allow KDM output panel widgets to be created with specific parents.
Diffstat (limited to 'src/wx/tall_kdm_output_panel.cc')
| -rw-r--r-- | src/wx/tall_kdm_output_panel.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/tall_kdm_output_panel.cc b/src/wx/tall_kdm_output_panel.cc index 1fb5cd958..d0bb3d7dd 100644 --- a/src/wx/tall_kdm_output_panel.cc +++ b/src/wx/tall_kdm_output_panel.cc @@ -63,6 +63,9 @@ using namespace boost::placeholders; TallKDMOutputPanel::TallKDMOutputPanel(wxWindow* parent) : KDMOutputPanel(parent) { + create_destination_widgets(this); + create_details_widgets(this); + auto table = new wxFlexGridSizer (2, DCPOMATIC_SIZER_X_GAP, 0); table->AddGrowableCol (1); |
