summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-01 12:04:05 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-01 12:04:05 +0100
commit27563a49b4d14aa08c9550040e80809de9b8e70b (patch)
treedbfddd5dd03275daebb90092a70c9d7cc21dd44b /src
parentd8392c3fecf308ce21c3dfc25806cc7771d572e8 (diff)
Fix visibility of calculate button in still mode.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index 042dc64f6..f35996644 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -116,6 +116,7 @@ FilmEditor::FilmEditor (Film* f, wxWindow* parent)
s->Add (video_control (_audio_gain), 1);
video_control (add_label_to_sizer (s, this, "dB"));
_audio_gain_calculate_button = new wxButton (this, wxID_ANY, _("Calculate..."));
+ video_control (_audio_gain_calculate_button);
s->Add (_audio_gain_calculate_button, 1, wxEXPAND);
_sizer->Add (s);
}