Fix visibility of DCP range and A/B buttons.
authorCarl Hetherington <cth@carlh.net>
Tue, 24 Jul 2012 19:57:08 +0000 (20:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 24 Jul 2012 19:57:08 +0000 (20:57 +0100)
src/gtk/film_editor.cc

index e09d8c2cfb9dc326f6caa52a614e675de654ee65..d46244082f19161fd6716be77458569597f38e6e 100644 (file)
@@ -186,10 +186,13 @@ FilmEditor::FilmEditor (Film* f)
        t->attach (video_widget (left_aligned_label ("Range")), 0, 1, n, n + 1);
        Gtk::HBox* db = manage (new Gtk::HBox);
        db->pack_start (_dcp_range, true, true);
+       video_widget (_dcp_range);
        db->pack_start (_change_dcp_range_button, false, false);
+       video_widget (_change_dcp_range_button);
        t->attach (*db, 1, 2, n, n + 1);
        ++n;
        t->attach (_dcp_ab, 0, 3, n, n + 1);
+       video_widget (_dcp_ab);
 
        /* STILL-only stuff */
        n = special;