1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Left click on message marker displays it on the msg list.

This commit is contained in:
Bartosz Taudul
2018-08-05 16:57:21 +02:00
parent 1d6f388a81
commit 2a08687afe
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -189,6 +189,7 @@ private:
DecayValue<uint64_t> m_zoneSrcLocHighlight;
LockHighlight m_lockHighlight;
DecayValue<const MessageData*> m_msgHighlight;
const MessageData* m_msgToFocus;
const GpuEvent* m_gpuInfoWindow;
const GpuEvent* m_gpuHighlight;
uint64_t m_gpuInfoWindowThread;