Add label to separate found zones from rest of find dialog.

This commit is contained in:
Bartosz Taudul 2018-03-04 18:44:33 +01:00
parent a34bb97d78
commit fa46445537

View File

@ -2937,6 +2937,8 @@ void View::DrawFindZone()
}
ImGui::Separator();
ImGui::Text( "Found zones:" );
for( auto& v : m_findZone.result )
{
const bool expand = ImGui::TreeNode( m_worker.GetThreadString( v->id ) );