mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[client] graphs: overlay on removal of graph
This commit is contained in:
parent
0ad26b7da7
commit
aad65c1cab
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user