Skip to content

text-view: make measure() use the layout height

Peter Bloomfield requested to merge (removed):master 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