diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-08 11:26:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-08 11:26:41 +0000 |
| commit | e72c5ac49fa23541a2834e3b3f06a75481755f3a (patch) | |
| tree | 317ee75baf7aefc04af4b7b9e490b88b4c1614b0 /src | |
| parent | 843dcf9fbf5c227a93d2e914639eecaee2226f66 (diff) | |
Fix audio channel mapping disappearing on Windows.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/audio_panel.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index 50a8f709c..8ac16f2d0 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -108,7 +108,6 @@ AudioPanel::film_changed (Film::Property property) case Film::AUDIO_CHANNELS: _mapping->set_channels (_editor->film()->audio_channels ()); _sizer->Layout (); - _sizer->Fit (this); break; default: break; |
