Skip to content

HorizontalHeaderView: Don't assume syncView has the only selection model

Arjen Hiemstra requested to merge work/ahiemstra/headerviewfix into master

It's possible to assign a separate model and selectionModel to HorizontalHeaderView, in which case we shouldn't be using syncView's model to check for selection.

Merge request reports