Comment 2 for bug 672762

Revision history for this message
RAFFI TEA (raffitea) wrote :

I traced back the issue to WTrackTableView::loadTrackModel(QAbstractItemModel *model)

Lines 105 and 108 call method setHorizontalHeader(). Transforming these lines into comments increase performance significantly. Only once select per sidebar item click instead of 4

Rryan: I probably break some functionality with that approach. Could you have a quick look or may be fix the bug? Any comments that directs me in the right directions are welcome.