mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
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 :) |
||
|---|---|---|
| .. | ||
| control_protocol | ||
| MSVCardour_cp | ||
| basic_ui.cc | ||
| control_protocol.cc | ||
| wscript | ||