From: Carl Hetherington Date: Tue, 7 Mar 2023 01:04:05 +0000 (+0100) Subject: Cleanup: use layout() wrapper. X-Git-Tag: v2.16.47~1 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=28dc02d0b3759f37f66fed9a5f7e35d1c7c61aeb Cleanup: use layout() wrapper. --- diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index 9a9043669..50831ec40 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -145,7 +145,7 @@ AudioPanel::create () add_to_grid (); - _sizer->Layout (); + layout(); }