inspector: Actually destroy the property editors
We were never finalizing any of the popovers used for editing properties. Fix that.
This commit is contained in:
@ -180,6 +180,8 @@ row_activated (GtkTreeView *tv,
|
|||||||
|
|
||||||
gtk_widget_show (popover);
|
gtk_widget_show (popover);
|
||||||
|
|
||||||
|
g_signal_connect (popover, "hide", G_CALLBACK (gtk_widget_destroy), NULL);
|
||||||
|
|
||||||
g_free (name);
|
g_free (name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user