1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Clear list of clients when View is active.

This commit is contained in:
Bartosz Taudul
2022-09-28 01:34:20 +02:00
parent b24506492a
commit c8c684e9bc
+4
View File
@@ -350,6 +350,10 @@ static void DrawContents()
}
}
}
else if( !clients.empty() )
{
clients.clear();
}
int display_w, display_h;
bptr->NewFrame( display_w, display_h );