fix up initial step edit pos when operating on an existing region

git-svn-id: svn://localhost/ardour2/branches/3.0@7600 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-08-11 19:42:42 +00:00
parent afd5b2002a
commit 8bdf5cf1d0
3 changed files with 22 additions and 15 deletions

View file

@ -182,6 +182,7 @@ class MidiTimeAxisView : public RouteTimeAxisView
StepEntry* step_editor;
bool step_editor_hidden (GdkEventAny*);
void step_editor_hide ();
};
#endif /* __ardour_midi_time_axis_h__ */