Skip to content

Make text_view_measure use the text_layout height

Peter Bloomfield requested to merge (removed):text-view-measure into master

GtkTextView::measure should include the height of the text-layout in its minimum and natural heights. This fixes scrolling when a text-view has a scrolled-window ancestor that is not its immediate parent.

Merge request reports