summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-13 00:10:17 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-13 00:10:17 +0100
commit80ca93365c7ac4194c2adc18947dbe5d1a42252a (patch)
treead6dd84f42f36c449e6c15b9f32fda8b285844c7
parent5b7a58b4a4ef83866f21ebb755a1ddcfdb8c1c2a (diff)
Layout the audio mapping's sizer after it changes (#597).
-rw-r--r--ChangeLog4
-rw-r--r--src/wx/audio_panel.cc1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f029fb104..c1ac5ff5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ();
}
}