brush settings reset button, hook crash handler on every thread, update changelog

This commit is contained in:
2019-03-13 10:08:13 +01:00
parent 5a6f6f524a
commit 3d625567aa
14 changed files with 59 additions and 10 deletions

View File

@@ -484,6 +484,7 @@ void NodeStrokePreview::draw_stroke()
{
s_running = true;
s_renderer = std::thread([] {
BT_SetTerminate();
while (s_running)
{
auto node = s_queue.Get();