mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
new stacktrace function in libpbd3; variable size GUI request thread queues
git-svn-id: svn://localhost/trunk/ardour2@331 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ae14f6c7eb
commit
ba0e1d171d
2 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
(gtk-accel_path "<Actions>/Common/ToggleSoundFileBrowser" "<alt>f")
|
||||
(gtk-accel_path "<Actions>/Common/ToggleLocations" "<alt>l")
|
||||
(gtk-accel_path "<Actions>/Common/ToggleBigClock" "<alt>b")
|
||||
(gtk-accel_path "<Actions>/Common/ToggleColorManagerF" "<alt>c")
|
||||
|
||||
(gtk_accel_path "<Actions>/Editor/editor-copy" "<control>c")
|
||||
(gtk_accel_path "<Actions>/Common/Quit" "<control>q")
|
||||
|
|
|
|||
|
|
@ -363,6 +363,7 @@ RouteUI::route_rec_enable_changed (void *src)
|
|||
void
|
||||
RouteUI::session_rec_enable_changed ()
|
||||
{
|
||||
cerr << this << " for " << _route.name() << " SREC\n";
|
||||
Gtkmm2ext::UI::instance()->call_slot (mem_fun (*this, &RouteUI::update_rec_display));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue