mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
let's not forget the video timeline
This commit is contained in:
parent
bbd4f83604
commit
c4caac6230
2 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ RulerDialog::RulerDialog ()
|
||||||
get_vbox()->pack_start (range_button);
|
get_vbox()->pack_start (range_button);
|
||||||
get_vbox()->pack_start (mark_button);
|
get_vbox()->pack_start (mark_button);
|
||||||
get_vbox()->pack_start (cdmark_button);
|
get_vbox()->pack_start (cdmark_button);
|
||||||
|
get_vbox()->pack_start (video_button);
|
||||||
|
|
||||||
get_vbox()->show_all ();
|
get_vbox()->show_all ();
|
||||||
|
|
||||||
|
|
@ -52,6 +53,7 @@ RulerDialog::RulerDialog ()
|
||||||
connect_action (range_button, "range-ruler");
|
connect_action (range_button, "range-ruler");
|
||||||
connect_action (mark_button, "marker-ruler");
|
connect_action (mark_button, "marker-ruler");
|
||||||
connect_action (cdmark_button, "cd-marker-ruler");
|
connect_action (cdmark_button, "cd-marker-ruler");
|
||||||
|
connect_action (video_button, "video-ruler");
|
||||||
}
|
}
|
||||||
|
|
||||||
RulerDialog::~RulerDialog ()
|
RulerDialog::~RulerDialog ()
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@ class RulerDialog : public ArdourDialog
|
||||||
Gtk::CheckButton range_button;
|
Gtk::CheckButton range_button;
|
||||||
Gtk::CheckButton mark_button;
|
Gtk::CheckButton mark_button;
|
||||||
Gtk::CheckButton cdmark_button;
|
Gtk::CheckButton cdmark_button;
|
||||||
|
Gtk::CheckButton video_button;
|
||||||
|
|
||||||
void connect_action (Gtk::CheckButton& button, std::string const &action_name_part);
|
void connect_action (Gtk::CheckButton& button, std::string const &action_name_part);
|
||||||
void on_response (int);
|
void on_response (int);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue