13
0

Remove empty checkboxes from Ruler dialog

This commit is contained in:
Robin Gareus 2024-05-19 18:43:45 +02:00
parent 6e0c5e6a34
commit 66d36999b9
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 0 additions and 6 deletions

View File

@ -36,10 +36,7 @@ RulerDialog::RulerDialog ()
get_vbox()->pack_start (meter_button);
get_vbox()->pack_start (tempo_button);
get_vbox()->pack_start (range_button);
get_vbox()->pack_start (loop_punch_button);
get_vbox()->pack_start (cdmark_button);
get_vbox()->pack_start (mark_button);
get_vbox()->pack_start (cuemark_button);
get_vbox()->pack_start (section_button);
get_vbox()->pack_start (video_button);

View File

@ -41,12 +41,9 @@ private:
Gtk::CheckButton bbt_button;
Gtk::CheckButton tempo_button;
Gtk::CheckButton meter_button;
Gtk::CheckButton loop_punch_button;
Gtk::CheckButton range_button;
Gtk::CheckButton mark_button;
Gtk::CheckButton cdmark_button;
Gtk::CheckButton section_button;
Gtk::CheckButton cuemark_button;
Gtk::CheckButton video_button;
void connect_action (Gtk::CheckButton& button, std::string const &action_name_part);