diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-13 00:10:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-13 00:10:17 +0100 |
| commit | 80ca93365c7ac4194c2adc18947dbe5d1a42252a (patch) | |
| tree | ad6dd84f42f36c449e6c15b9f32fda8b285844c7 | |
| parent | 5b7a58b4a4ef83866f21ebb755a1ddcfdb8c1c2a (diff) | |
Layout the audio mapping's sizer after it changes (#597).
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | src/wx/audio_panel.cc | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2015-06-13 Carl Hetherington <cth@carlh.net> + + * Make sure audio mapping view is scrollable when necessary (#597). + 2015-06-12 Carl Hetherington <cth@carlh.net> * 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 (); } } |
