Give our threads debugger-friendly names

This commit is contained in:
baldurk
2019-12-19 21:50:13 +00:00
parent 2620f0bb8c
commit 27098f8f70
20 changed files with 174 additions and 0 deletions
+1
View File
@@ -2560,6 +2560,7 @@ void BufferViewer::populateBBox(PopulateBufferData *bufdata)
GUIInvoke::call(this, [this, bbox]() { UI_UpdateBoundingBox(*bbox); });
});
thread->setName(lit("BBox calc"));
thread->selfDelete(true);
thread->start();