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

Highlight zone from zone list on histogram.

This commit is contained in:
Bartosz Taudul
2019-12-28 17:50:54 +01:00
parent 086c9ce4c8
commit 17afcbce4f
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -301,6 +301,7 @@ private:
const FrameData* m_frames;
uint32_t m_lockInfoWindow = InvalidId;
const ZoneEvent* m_zoneHover = nullptr;
DecayValue<const ZoneEvent*> m_zoneHover2 = nullptr;
int m_frameHover = -1;
bool m_messagesScrollBottom;
ImGuiTextFilter m_messageFilter;