Layout the audio mapping's sizer after it changes (#597).
authorCarl Hetherington <cth@carlh.net>
Fri, 12 Jun 2015 23:10:17 +0000 (00:10 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 12 Jun 2015 23:10:17 +0000 (00:10 +0100)
ChangeLog
src/wx/audio_panel.cc

index f029fb104a44cdf5cc7aea2fe5ac62456400c59f..c1ac5ff5e773731044dcb17e6a864186bc568789 100644 (file)
--- 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).
index 4c2eaafc5645c440ca60e7d7a8e980327d00f6f0..006b12398a6148f3e7738042dcd824b2429bdbba 100644 (file)
@@ -126,6 +126,7 @@ AudioPanel::film_content_changed (int property)
                        _mapping->set (AudioMapping ());
                }
                setup_description ();
+               _sizer->Layout ();
        }
 }