mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
get editor.cc to compile
git-svn-id: svn://localhost/trunk/ardour2@99 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
adacfd9b24
commit
f16caf535c
36 changed files with 219 additions and 259 deletions
|
|
@ -80,8 +80,9 @@ CrossfadeView::CrossfadeView (Gnome::Canvas::Group *parent,
|
|||
vestigial_frame->hide();
|
||||
show_vestigial = false;
|
||||
|
||||
group->signal_event.connect (bind (mem_fun (editor, &Public::canvas_crossfade_view_event), group, this));
|
||||
|
||||
// GTK2FIX
|
||||
// group->signal_event.connect (bind (mem_fun (tv.editor, &PublicEditor::canvas_crossfade_view_event), group, this));
|
||||
|
||||
crossfade_changed (Change (~0));
|
||||
|
||||
crossfade.StateChanged.connect (mem_fun(*this, &CrossfadeView::crossfade_changed));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue