remove duplicate name_label widget from TimeAxisView (AxisView provides it)
This commit is contained in:
parent
518f7f9892
commit
21400bf60b
@ -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…
Reference in New Issue
Block a user