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