Files
gtk/testsuite
G.Willems b4977decc1 gtktexthistory: restore 'modified' flag on redo
When redoing a history entry, its `is_modified` flag is not
reflected to the history state tracker. So GtkTextBuffers may
expose a modified=FALSE status, despite a change was actually
applied to the buffer.

For the undo case, an `is_modified_set` flag was set on the last
entry of the undo queue when a change of the modified state of
the history is requested. This commit does the same on the first
entry of the redo queue.

Closes #5777
2023-08-17 22:26:00 +02:00
..
2023-07-28 09:06:14 +03:00
2023-08-14 15:59:45 -04:00
2023-08-02 16:32:40 +01:00
2023-08-05 15:02:00 -04:00
2023-06-05 05:33:07 +02:00