mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +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);
|
ll_removeData(gs.graphs, handle);
|
||||||
free(handle);
|
free(handle);
|
||||||
|
|
||||||
|
if (gs.show)
|
||||||
|
app_invalidateWindow(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void overlayGraph_iterate(void (*callback)(GraphHandle handle, const char * name,
|
void overlayGraph_iterate(void (*callback)(GraphHandle handle, const char * name,
|
||||||
|
Loading…
Reference in New Issue
Block a user