[client] graphs: overlay on removal of graph

This commit is contained in:
Geoffrey McRae 2022-01-17 22:53:52 +11:00
parent 0ad26b7da7
commit aad65c1cab

View File

@ -230,6 +230,9 @@ void overlayGraph_unregister(GraphHandle handle)
{
ll_removeData(gs.graphs, handle);
free(handle);
if (gs.show)
app_invalidateWindow(false);
}
void overlayGraph_iterate(void (*callback)(GraphHandle handle, const char * name,