Skip to content

ColumnView: Resolve assert

Aleix Pol Gonzalez requested to merge work/apol/fix-crash into master

Fixes accessing an empty container when visible items changes upon visibleItemsChanged(). It checks the actual container that we are using instead of the one we assigned earlier but is now out of sync.

Addresses a problem I'd find in KRecorder.

Merge request reports