Skip to content

entry: Update text-length as length changes

Jamie Murphy requested to merge wip/jamie/text-length into main

Initially, there was nothing connecting the actual text-length from the EntryBuffer to the exposed GtkEntry:text-length property. It would only be updated when the property is used. This adds a handler for notify::length on the buffer to make sure the text-length property updates accordingly.

Merge request reports