mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +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
|
else
|
||||||
{
|
{
|
||||||
|
TextFocused( "Number of groups:", RealToString( groups.size() ) );
|
||||||
for( auto& v : groups )
|
for( auto& v : groups )
|
||||||
{
|
{
|
||||||
bool isFiber = false;
|
bool isFiber = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user