Skip to content

characterView: Fix reflowing in size_allocate()

Alice Mikhaylenko requested to merge wip/exalm/reflow into main

We need to reflow first, then use the new grid to calculate the size, not the other way around. We also shouldn't queue resize from size_allocate().

See #94

Merge request reports