minor tweak to quantize dialog so that we can test if it is visible
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 22 Sep 2016 21:22:21 +0000 (16:22 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 27 Sep 2016 19:59:31 +0000 (14:59 -0500)
gtk2_ardour/quantize_dialog.cc

index 591d80195f6132865e1475ca5d0a938c56ed3db0..dab1b6adeceffb361090bd1c591db262de78b6d0 100644 (file)
@@ -112,7 +112,7 @@ QuantizeDialog::QuantizeDialog (PublicEditor& e)
        snap_end_button.set_active (false);
 
        get_vbox()->pack_start (*table);
-       show_all ();
+       get_vbox()->show_all ();
 
        add_button (Stock::CANCEL, RESPONSE_CANCEL);
        add_button (_("Quantize"), RESPONSE_OK);