mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
Merge branch 'matthiasc/for-main' into 'main'
label: Don't forget to clear select info See merge request GNOME/gtk!7012
This commit is contained in:
commit
65380c66bd
@ -1523,6 +1523,7 @@ gtk_label_dispose (GObject *object)
|
||||
GtkLabel *self = GTK_LABEL (object);
|
||||
|
||||
gtk_label_set_mnemonic_widget (self, NULL);
|
||||
gtk_label_clear_select_info (self);
|
||||
|
||||
G_OBJECT_CLASS (gtk_label_parent_class)->dispose (object);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user