mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Clear list of clients when View is active.
This commit is contained in:
parent
b24506492a
commit
c8c684e9bc
@ -350,6 +350,10 @@ static void DrawContents()
|
||||
}
|
||||
}
|
||||
}
|
||||
else if( !clients.empty() )
|
||||
{
|
||||
clients.clear();
|
||||
}
|
||||
|
||||
int display_w, display_h;
|
||||
bptr->NewFrame( display_w, display_h );
|
||||
|
Loading…
Reference in New Issue
Block a user