Skip to content

PageRow: Fix potential popping of visible pages with popHiddenPages

Devin Lin requested to merge work/devinlin/popfix into master

The PageRow lastItem property binding is not updated yet when the ColumnView visibleItemsChanged signal is emitted.

Manually call the ColumnView for the last item so that we are using up-to-date values.

Merge request reports