mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-07 19:24:07 +00:00
[client] graphs: overlay on removal of graph
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user