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

Draw vertical line on mouse position in zone view.

This commit is contained in:
Bartosz Taudul
2017-10-13 15:26:18 +02:00
parent b217e6ab30
commit d1c43ef917
2 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ private:
void DrawImpl();
void DrawConnection();
void DrawFrames();
void DrawZoneFrames();
bool DrawZoneFrames();
void DrawZones();
int DrawZoneLevel( const Vector<Event*>& vec, bool hover, double pxns, const ImVec2& wpos, int offset, int depth );
int DrawLocks( uint64_t tid, bool hover, double pxns, const ImVec2& wpos, int offset, LockHighlight& highlight );