Skip to content

tabview: delay selection change until model updates

Christian Hergert requested to merge wip/chergert/fix-another-null-item into main

We need to ensure the page is available from a GtkSelectionModel before we notify or we risk NULL dereferences from the GListModel.

Fixes a crash in libpanel/drafting.

Merge request reports