Skip to content

containments/desktop: Execute updatePositionsList only if we know how many icons per stripe

Marco Martin requested to merge work/mart/guardperStripe into master

updatePositionsList() is not always guaranteed to be called after setPerStripe has been called. setPerStripe is called by rowsInserted and setPerStripe by the QML ui so if the model is ready before the ui we'll have a divide by zero

BUG:498411

Merge request reports

Loading