mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Don't reverse item order.
This commit is contained in:
parent
3aeea69eba
commit
71b6e81500
@ -380,6 +380,7 @@ void View::UpdateZone( Event* zone )
|
||||
{
|
||||
(*eit)->parent = zone->parent;
|
||||
pit = pvec.insert( pit, *eit );
|
||||
++pit;
|
||||
}
|
||||
zone->child.erase( it, zone->child.end() );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user