1
0
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:
Bartosz Taudul 2023-12-20 17:31:00 +01:00
parent ef9b079ecc
commit e44db26492
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1731,6 +1731,7 @@ void View::DrawFindZone()
}
else
{
TextFocused( "Number of groups:", RealToString( groups.size() ) );
for( auto& v : groups )
{
bool isFiber = false;