diff options
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); |
