Not maybe, but for sure. Fix #51954.
svn path=/trunk/kdebase/kwin/; revision=194426
This commit is contained in:
parent
4628b35234
commit
f8941c9e5a
1 changed files with 1 additions and 4 deletions
|
@ -120,13 +120,10 @@ void PopupInfo::showInfo(QString infoString)
|
||||||
{
|
{
|
||||||
if (m_show) {
|
if (m_show) {
|
||||||
m_infoString = infoString;
|
m_infoString = infoString;
|
||||||
|
reset();
|
||||||
if (m_shown) {
|
if (m_shown) {
|
||||||
// AK, maybe reset() should be called for every view, otherwise the
|
|
||||||
// contents is painted but setGeometry not called
|
|
||||||
// reset();
|
|
||||||
paintContents();
|
paintContents();
|
||||||
} else {
|
} else {
|
||||||
reset();
|
|
||||||
show();
|
show();
|
||||||
raise();
|
raise();
|
||||||
m_shown = true;
|
m_shown = true;
|
||||||
|
|
Loading…
Reference in a new issue