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

Add hovered frame markers on histogram.

This commit is contained in:
Bartosz Taudul
2019-06-17 00:59:16 +02:00
parent 099933e66d
commit f27cead040
2 changed files with 24 additions and 0 deletions
+1
View File
@@ -264,6 +264,7 @@ private:
const FrameData* m_frames;
uint32_t m_lockInfoWindow = InvalidId;
ZoneEvent* m_zoneHover = nullptr;
int m_frameHover = -1;
Region m_highlight;
Region m_highlightZoom;