mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
minor tweak to quantize dialog so that we can test if it is visible
This commit is contained in:
parent
f35c5fd5a6
commit
72e2935842
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ QuantizeDialog::QuantizeDialog (PublicEditor& e)
|
||||||
snap_end_button.set_active (false);
|
snap_end_button.set_active (false);
|
||||||
|
|
||||||
get_vbox()->pack_start (*table);
|
get_vbox()->pack_start (*table);
|
||||||
show_all ();
|
get_vbox()->show_all ();
|
||||||
|
|
||||||
add_button (Stock::CANCEL, RESPONSE_CANCEL);
|
add_button (Stock::CANCEL, RESPONSE_CANCEL);
|
||||||
add_button (_("Quantize"), RESPONSE_OK);
|
add_button (_("Quantize"), RESPONSE_OK);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue