From kde-commits Sun Apr 03 16:46:43 2005 From: Antonio Larrosa Jimenez Date: Sun, 03 Apr 2005 16:46:43 +0000 To: kde-commits Subject: kdemultimedia/kmid Message-Id: <20050403164643.593F2637 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111254681219833 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); }