From 80ca93365c7ac4194c2adc18947dbe5d1a42252a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 13 Jun 2015 00:10:17 +0100 Subject: [PATCH] Layout the audio mapping's sizer after it changes (#597). --- ChangeLog | 4 ++++ src/wx/audio_panel.cc | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index f029fb104..c1ac5ff5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-06-13 Carl Hetherington + + * Make sure audio mapping view is scrollable when necessary (#597). + 2015-06-12 Carl Hetherington * Add a close button to the audio plot on Linux (#602). diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index 4c2eaafc5..006b12398 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -126,6 +126,7 @@ AudioPanel::film_content_changed (int property) _mapping->set (AudioMapping ()); } setup_description (); + _sizer->Layout (); } } -- 2.30.2