mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
mostly editor.cc & editor_mouse.cc for Gdk::Cursor, Gnome::Canvas::Item
git-svn-id: svn://localhost/trunk/ardour2@73 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
df065d1414
commit
0e2de804f2
9 changed files with 350 additions and 356 deletions
|
|
@ -304,7 +304,7 @@ VisualTimeAxis::remove_this_time_axis(void* src)
|
|||
|
||||
Gtkmm2ext::Choice prompter (prompt, choices);
|
||||
|
||||
prompter.chosen.connect (Gtk::Main::quit.slot());
|
||||
prompter.chosen.connect(sigc::ptr_fun(Gtk::Main::quit));
|
||||
prompter.show_all ();
|
||||
|
||||
Gtk::Main::run ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue