13
0

minor tweak to quantize dialog so that we can test if it is visible

This commit is contained in:
Paul Davis 2016-09-22 16:22:21 -05:00
parent f35c5fd5a6
commit 72e2935842

View 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);