|
|
|
@ -657,7 +657,7 @@ Playlist::setDynamicHistory( bool enable /*false*/ )
|
|
|
|
|
{
|
|
|
|
|
if( *it == m_currentTrack ) break;
|
|
|
|
|
|
|
|
|
|
//avoid tqrepainting if we can.
|
|
|
|
|
//avoid repainting if we can.
|
|
|
|
|
if( (*it)->isDynamicEnabled() == enable )
|
|
|
|
|
{
|
|
|
|
|
(*it)->setDynamicEnabled( !enable );
|
|
|
|
@ -4430,7 +4430,7 @@ Playlist::refreshNextTracks( int from )
|
|
|
|
|
{
|
|
|
|
|
// This function scans the m_nextTracks list starting from the 'from'
|
|
|
|
|
// position and from there on updates the progressive numbering on related
|
|
|
|
|
// items and tqrepaints them. In short it performs an update subsequent to
|
|
|
|
|
// items and repaints them. In short it performs an update subsequent to
|
|
|
|
|
// a renumbering/order changing at some point of the m_nextTracks list.
|
|
|
|
|
|
|
|
|
|
//start on the 'from'-th item of the list
|
|
|
|
@ -4651,7 +4651,7 @@ Playlist::slotMoodbarPrefs( bool show, bool moodier, int alter, bool withMusic )
|
|
|
|
|
for( PlaylistIterator it( this, PlaylistIterator::All ) ; *it ; ++it )
|
|
|
|
|
{
|
|
|
|
|
(*it)->moodbar().reset();
|
|
|
|
|
tqrepaintItem(*it);
|
|
|
|
|
repaintItem(*it);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|