mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
use ArdourButtons on the automation time axis
This commit is contained in:
parent
b4386a6e00
commit
a52e18c7e8
2 changed files with 18 additions and 12 deletions
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
#include "time_axis_view.h"
|
||||
#include "automation_controller.h"
|
||||
#include "ardour_button.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class Session;
|
||||
|
|
@ -143,8 +144,8 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
bool ignore_toggle;
|
||||
bool first_call_to_set_height;
|
||||
|
||||
Gtk::Button hide_button;
|
||||
Gtk::Button auto_button;
|
||||
ArdourButton hide_button;
|
||||
ArdourButton auto_button;
|
||||
Gtk::Menu* automation_menu;
|
||||
Gtk::Label* plugname;
|
||||
bool plugname_packed;
|
||||
|
|
@ -165,6 +166,8 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
void hide_clicked ();
|
||||
void auto_clicked ();
|
||||
|
||||
virtual bool can_edit_name() const {return false;}
|
||||
|
||||
void build_display_menu ();
|
||||
|
||||
void cut_copy_clear_one (AutomationLine&, Selection&, Editing::CutCopyOp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue