Emit selection-changed for autoselection
This was missed in the case that the child model goes from empty to non-empty.
This commit is contained in:
@@ -169,6 +169,7 @@ gtk_single_selection_items_changed_cb (GListModel *model,
|
||||
{
|
||||
self->selected = 0;
|
||||
g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_SELECTED]);
|
||||
emit_selection_changed = TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user