mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 552401 - Dialog with parent is positioned incorrectly [QT]. r=dougt,romaxa
This commit is contained in:
parent
2eda17d868
commit
95a3693068
@ -482,8 +482,7 @@ nsWindow::Move(PRInt32 aX, PRInt32 aY)
|
||||
LOG(("nsWindow::Move [%p] %d %d\n", (void *)this,
|
||||
aX, aY));
|
||||
|
||||
if (mWindowType == eWindowType_toplevel ||
|
||||
mWindowType == eWindowType_dialog) {
|
||||
if (mIsTopLevel) {
|
||||
SetSizeMode(nsSizeMode_Normal);
|
||||
|
||||
// the internal QGraphicsWidget is always in the top corner of
|
||||
|
Loading…
Reference in New Issue
Block a user