Skip to content

textbuffer: ensure user actions are propagated to history

Christian Hergert requested to merge wip/chergert/fix-3977 into master

This was an oversight when porting the GtkTextHistory into GTK. We simply need to bind the GtkTextBuffer action into the text history for grouping to work correctly.

Fixes #3977 (closed)

Merge request reports