13
0
livetrax/libs/surfaces/control_protocol
Johannes Mueller f7452c2a3a Addressing #7371: don't trigger session->undo() from non-GUI-thread
When triggering Session::undo() or Session::redo() from a
non-GUI-thread (e.g. from a surface protocol) Ardour crashes if setting a
CairoWidget dirty due to a ENSURE_GUI_THREAD assertion. (see #7371)

By triggering undo by BasicUI::access_action() rather than by Session::undo()
we ensure that the GUI thread will finally call Session::undo().

So more like a workaround ... but better than crashing :)
2017-07-01 01:04:44 +02:00
..
control_protocol
MSVCardour_cp
basic_ui.cc Addressing #7371: don't trigger session->undo() from non-GUI-thread 2017-07-01 01:04:44 +02:00
control_protocol.cc
wscript