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

Pass hover parameter to HeaderExtraContents().

This commit is contained in:
Bartosz Taudul
2022-09-03 19:36:01 +02:00
parent 6e36469840
commit 6abce4e0c9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ void TimelineItem::Draw( bool firstFrame, double pxns, int& offset, const ImVec2
DrawContents( pxns, offset, wpos, hover, yMin, yMax );
if( drawHeader )
{
HeaderExtraContents( hdrOffset, wpos, labelWidth );
HeaderExtraContents( hdrOffset, wpos, labelWidth, hover );
}
}