mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
reorder members to allow different initialization order
We want to be able to use _name when initializing _view.
This commit is contained in:
parent
5cd35de56b
commit
0f01e3f78b
1 changed files with 2 additions and 2 deletions
|
|
@ -135,12 +135,12 @@ class AutomationTimeAxisView : public TimeAxisView {
|
||||||
ArdourCanvas::Rectangle* _base_rect;
|
ArdourCanvas::Rectangle* _base_rect;
|
||||||
boost::shared_ptr<AutomationLine> _line;
|
boost::shared_ptr<AutomationLine> _line;
|
||||||
|
|
||||||
|
std::string _name;
|
||||||
|
|
||||||
/** AutomationStreamView if we are editing region-based automation (for MIDI), otherwise 0 */
|
/** AutomationStreamView if we are editing region-based automation (for MIDI), otherwise 0 */
|
||||||
AutomationStreamView* _view;
|
AutomationStreamView* _view;
|
||||||
|
|
||||||
std::string _name;
|
|
||||||
bool ignore_toggle;
|
bool ignore_toggle;
|
||||||
|
|
||||||
bool first_call_to_set_height;
|
bool first_call_to_set_height;
|
||||||
|
|
||||||
Gtk::Button hide_button;
|
Gtk::Button hide_button;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue