CVS commit by antlarr: Fix the viewport not being repainted after restarting a song (the lyrics remained highlighted) M +1 -1 kdisptext.cpp 1.33 --- kdemultimedia/kmid/kdisptext.cpp #1.32:1.33 @@ -368,5 +368,5 @@ void KDisplayText::CursorToHome(void) setContentsPos(0,0); - + viewport()->repaint(true); }