phastmike / tags

A simple text tagger
Other
16 stars 0 forks source link

Pressing Ctrl Key (maybe others too) will dump error to the console #14

Closed phastmike closed 2 years ago

phastmike commented 2 years ago

Pressing Ctrl key on the lines treeview will trigger an error message to the console:

(gtat:14533): Gtk-CRITICAL **: 16:00:43.326: gtk_css_node_insert_after: assertion 'previous_sibling == NULL || previous_sibling->parent == parent' failed

It seems to be a problem in Gtk Treeview as viewed here: https://gitlab.gnome.org/GNOME/gtk/-/issues/3989

phastmike commented 2 years ago

Gtk problem, will wait for upstream fix