mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +00:00
Same for Vis() reference.
This commit is contained in:
parent
2aa6f70765
commit
a3173965d6
@ -2063,6 +2063,7 @@ void View::DrawZones()
|
|||||||
|
|
||||||
if( !m_drawEmptyLabels && showFull && depth == 0 && msgit == msgend && crash.thread != v->id )
|
if( !m_drawEmptyLabels && showFull && depth == 0 && msgit == msgend && crash.thread != v->id )
|
||||||
{
|
{
|
||||||
|
auto& vis = Vis( v );
|
||||||
vis.height = 0;
|
vis.height = 0;
|
||||||
vis.offset = 0;
|
vis.offset = 0;
|
||||||
offset = oldOffset;
|
offset = oldOffset;
|
||||||
@ -2269,7 +2270,7 @@ void View::DrawZones()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
AdjustThreadHeight( vis, oldOffset, offset );
|
AdjustThreadHeight( Vis( v ), oldOffset, offset );
|
||||||
ImGui::PopClipRect();
|
ImGui::PopClipRect();
|
||||||
}
|
}
|
||||||
m_lockHighlight = nextLockHighlight;
|
m_lockHighlight = nextLockHighlight;
|
||||||
|
Loading…
Reference in New Issue
Block a user