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

Register line selection.

This commit is contained in:
Bartosz Taudul
2020-05-01 16:33:24 +02:00
parent 8b2b2f650f
commit f4b06ed1fc
2 changed files with 20 additions and 1 deletions
+1
View File
@@ -176,6 +176,7 @@ private:
size_t m_dataSize;
int m_targetLine;
int m_selectedLine;
int m_asmSelected;
DecayValue<int> m_hoveredLine;
DecayValue<uint32_t> m_hoveredSource;
int m_displayMode;