Not maybe, but for sure. Fix #51954.

svn path=/trunk/kdebase/kwin/; revision=194426
This commit is contained in:
Luboš Luňák 2002-12-17 12:14:38 +00:00
parent 4628b35234
commit f8941c9e5a

View file

@ -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;