[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kwin
Subject:    [Bug 198435] window disappears, if a dialog creates a child window
From:       Thomas Lübking  <thomas.luebking () web ! de>
Date:       2009-06-30 19:13:41
Message-ID: 20090630191341.B1307142A0 () immanuel ! kde ! org
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=198435





--- Comment #1 from Thomas Lübking <thomas luebking web de>  2009-06-30 21:13:40 ---
this snippet:
-- snip --
#include <QApplication>
#include <QDialog>
int main(int argc, char** argv)
{
    QApplication a(argc, argv);
    QDialog *d1 = new QDialog; d1->resize(640,480); d1->show();
    QDialog *d2 = new QDialog(d1); d2->resize(320,240); d2->show();
    return a.exec();
}

-- end snip --

works for me

are you sure the dialogs aren't just of the same size and the selected
placement strategy makes one covering the other?

if not, i suggest to modify that snippet to be more similar to what your app
does (supposing you don't provide sources) least /personally/ i stopped reading
after proposed step #2 :-(

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
kwin mailing list
kwin@kde.org
https://mail.kde.org/mailman/listinfo/kwin

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic