minor tweak to quantize dialog so that we can test if it is visible
This commit is contained in:
parent
f35c5fd5a6
commit
72e2935842
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user