There are no parents for mid-stack frames.

This commit is contained in:
Bartosz Taudul
2020-03-14 02:06:39 +01:00
parent a0cdaa8c0b
commit 20a7bf2b23

View File

@@ -11367,7 +11367,7 @@ void View::DrawStatistics()
#endif
ImGui::SameLine();
}
if( v->first == 0 )
if( v->first == 0 || v->second.excl == 0 )
{
ImGui::TextUnformatted( name );
}