mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 20:53:52 +00:00
Keep wait stacks header on top.
This commit is contained in:
parent
2040ef945f
commit
19f87502d3
@ -16498,6 +16498,7 @@ void View::DrawWaitStacks()
|
|||||||
if( threadsChanged ) m_waitStack = 0;
|
if( threadsChanged ) m_waitStack = 0;
|
||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
ImGui::BeginChild( "##waitstacks" );
|
||||||
if( stacks.empty() )
|
if( stacks.empty() )
|
||||||
{
|
{
|
||||||
ImGui::TextUnformatted( "No wait stacks to display." );
|
ImGui::TextUnformatted( "No wait stacks to display." );
|
||||||
@ -16582,6 +16583,7 @@ void View::DrawWaitStacks()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
ImGui::EndChild();
|
||||||
ImGui::End();
|
ImGui::End();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user