mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add support for drawing timeline item overlays.
This commit is contained in:
@@ -53,6 +53,7 @@ void TimelineItem::Draw( bool firstFrame, double pxns, int& offset, const ImVec2
|
||||
}
|
||||
}
|
||||
|
||||
DrawOverlay( wpos + ImVec2( 0, oldOffset ), wpos + ImVec2( w, offset ) );
|
||||
ImGui::PopClipRect();
|
||||
|
||||
float labelWidth;
|
||||
|
||||
Reference in New Issue
Block a user