Comment 0 for bug 872003

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

This bug may be only noticeable on computers with no solid state disks. The bug has been observed on Mac Book Pro (2010 model)

Whenever you switch from a TrackModel to a PlaylistModel there's a short waveform freeze. Because the different models may have different columns, WTrackTableView::loadTrackModel() will restore the column headers which is very time consuming as I found out.

Click quickly through different playlists does not change the PlaylistModel instance and thus, there's no freeze. This is because of line 107 WTrackTableView::loadTrackModel()