mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
remove duplicate name_label widget from TimeAxisView (AxisView provides it)
This commit is contained in:
parent
518f7f9892
commit
21400bf60b
1 changed files with 0 additions and 1 deletions
|
|
@ -237,7 +237,6 @@ class TimeAxisView : public virtual AxisView
|
||||||
Gtk::HBox time_axis_hbox;
|
Gtk::HBox time_axis_hbox;
|
||||||
Gtk::Frame time_axis_frame;
|
Gtk::Frame time_axis_frame;
|
||||||
Gtk::HBox top_hbox;
|
Gtk::HBox top_hbox;
|
||||||
Gtk::Label name_label;
|
|
||||||
Gtk::Fixed scroomer_placeholder;
|
Gtk::Fixed scroomer_placeholder;
|
||||||
bool _name_editing;
|
bool _name_editing;
|
||||||
uint32_t height; /* in canvas units */
|
uint32_t height; /* in canvas units */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue