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
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

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 );