mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Add label to separate found zones from rest of find dialog.
This commit is contained in:
parent
a34bb97d78
commit
fa46445537
@ -2937,6 +2937,8 @@ void View::DrawFindZone()
|
|||||||
}
|
}
|
||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
ImGui::Text( "Found zones:" );
|
||||||
|
|
||||||
for( auto& v : m_findZone.result )
|
for( auto& v : m_findZone.result )
|
||||||
{
|
{
|
||||||
const bool expand = ImGui::TreeNode( m_worker.GetThreadString( v->id ) );
|
const bool expand = ImGui::TreeNode( m_worker.GetThreadString( v->id ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user