From f8941c9e5a05a5f612fecfe86784a153361f013d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 17 Dec 2002 12:14:38 +0000 Subject: [PATCH] Not maybe, but for sure. Fix #51954. svn path=/trunk/kdebase/kwin/; revision=194426 --- popupinfo.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/popupinfo.cpp b/popupinfo.cpp index 1b49038795..8643f0f4c3 100644 --- a/popupinfo.cpp +++ b/popupinfo.cpp @@ -120,13 +120,10 @@ void PopupInfo::showInfo(QString infoString) { if (m_show) { m_infoString = infoString; + reset(); if (m_shown) { - // AK, maybe reset() should be called for every view, otherwise the - // contents is painted but setGeometry not called - // reset(); paintContents(); } else { - reset(); show(); raise(); m_shown = true;