treelistrowsorter: Add a bandaid
The GtkTreeListRowSortKeys implementation doesn't know how it wants to cache its keys, and just crashes. Since that is not cool, add a bandaid fix that forces it to recreate its keys instead. Extra work, but hey, no crash. Related: #3228
This commit is contained in:
@@ -210,6 +210,9 @@ gtk_tree_list_row_sort_keys_is_compatible (GtkSortKeys *keys,
|
||||
GtkTreeListRowSortKeys *self = (GtkTreeListRowSortKeys *) keys;
|
||||
GtkTreeListRowSortKeys *compare;
|
||||
|
||||
/* FIXME https://gitlab.gnome.org/GNOME/gtk/-/issues/3228 */
|
||||
return FALSE;
|
||||
|
||||
if (keys->klass != other->klass)
|
||||
return FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user