mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix ruler dialog
This commit is contained in:
parent
8cc16f2b81
commit
c16ee928de
2 changed files with 0 additions and 2 deletions
|
|
@ -33,7 +33,6 @@ RulerDialog::RulerDialog ()
|
|||
get_vbox()->pack_start (timecode_button);
|
||||
get_vbox()->pack_start (samples_button);
|
||||
get_vbox()->pack_start (bbt_button);
|
||||
get_vbox()->pack_start (mapping_button);
|
||||
get_vbox()->pack_start (meter_button);
|
||||
get_vbox()->pack_start (tempo_button);
|
||||
get_vbox()->pack_start (range_button);
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ private:
|
|||
Gtk::CheckButton minsec_button;
|
||||
Gtk::CheckButton bbt_button;
|
||||
Gtk::CheckButton tempo_button;
|
||||
Gtk::CheckButton mapping_button;
|
||||
Gtk::CheckButton meter_button;
|
||||
Gtk::CheckButton loop_punch_button;
|
||||
Gtk::CheckButton range_button;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue