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