mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Implement direct children search.
This commit is contained in:
@@ -881,11 +881,7 @@ void View::DrawZoneInfoWindow()
|
||||
ImGui::TableHeadersRow();
|
||||
do
|
||||
{
|
||||
if( m_messagesExcludeChildren )
|
||||
{
|
||||
auto msgzone = FindZoneAtTime( tid, (*msgit)->time );
|
||||
if( msgzone != &ev ) continue;
|
||||
}
|
||||
if( m_messagesExcludeChildren && GetZoneChild( ev, (*msgit)->time ) ) continue;
|
||||
ImGui::PushID( *msgit );
|
||||
ImGui::TableNextRow();
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
Reference in New Issue
Block a user