Skip to content

sidebar-annotations: avoid crash when deleting annotation

Nelson Ben requested to merge fix_crash_delete_annotation into main

avoid it by preventing running our GtkTreeSelection changed handler when triggered by gtk_tree_store_clear() in the callback for loading the new annotations.

Fixes #2022 (closed)

Merge request reports