mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Display number of groups in find zones window.
This commit is contained in:
parent
ef9b079ecc
commit
e44db26492
@ -1731,6 +1731,7 @@ void View::DrawFindZone()
|
||||
}
|
||||
else
|
||||
{
|
||||
TextFocused( "Number of groups:", RealToString( groups.size() ) );
|
||||
for( auto& v : groups )
|
||||
{
|
||||
bool isFiber = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user