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

Push pxns to HeaderExtraContents().

This commit is contained in:
Bartosz Taudul
2022-09-03 22:55:54 +02:00
parent 3ee928a7d1
commit 840709fe46
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ void TimelineItemPlot::HeaderTooltip( const char* label ) const
ImGui::EndTooltip();
}
void TimelineItemPlot::HeaderExtraContents( int offset, const ImVec2& wpos, float labelWidth, bool hover )
void TimelineItemPlot::HeaderExtraContents( int offset, const ImVec2& wpos, float labelWidth, double pxns, bool hover )
{
auto draw = ImGui::GetWindowDrawList();
const auto ty = ImGui::GetTextLineHeight();