summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-03-07 02:04:05 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-07 02:04:05 +0100
commit28dc02d0b3759f37f66fed9a5f7e35d1c7c61aeb (patch)
tree7d803a835f18d4cde971475dd16d28e81346ef13
parenta31cfda11a8e3260cdf267be056cb9b4f4b158dd (diff)
Cleanup: use layout() wrapper.
-rw-r--r--src/wx/audio_panel.cc2
1 files changed, 1 insertions, 1 deletions
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();
}