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:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user