зеркало из https://github.com/mozilla/pjs.git
fixed non-painting controls on certain resize operations in xpviewer.
This commit is contained in:
Родитель
ec7cec6f62
Коммит
68b544027f
|
@ -759,8 +759,10 @@ nsWebShell::SetBounds(PRInt32 x, PRInt32 y, PRInt32 w, PRInt32 h)
|
||||||
mWindow->GetBorderSize(borderWidth, borderHeight);
|
mWindow->GetBorderSize(borderWidth, borderHeight);
|
||||||
// Don't have the widget repaint. Layout will generate repaint requests
|
// Don't have the widget repaint. Layout will generate repaint requests
|
||||||
// during reflow
|
// during reflow
|
||||||
|
// mWindow->Resize(x, y, w, h,
|
||||||
|
// PR_FALSE);
|
||||||
mWindow->Resize(x, y, w, h,
|
mWindow->Resize(x, y, w, h,
|
||||||
PR_FALSE);
|
PR_TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the size of the content area, which is the size of the window minus the borders
|
// Set the size of the content area, which is the size of the window minus the borders
|
||||||
|
|
|
@ -759,8 +759,10 @@ nsWebShell::SetBounds(PRInt32 x, PRInt32 y, PRInt32 w, PRInt32 h)
|
||||||
mWindow->GetBorderSize(borderWidth, borderHeight);
|
mWindow->GetBorderSize(borderWidth, borderHeight);
|
||||||
// Don't have the widget repaint. Layout will generate repaint requests
|
// Don't have the widget repaint. Layout will generate repaint requests
|
||||||
// during reflow
|
// during reflow
|
||||||
|
// mWindow->Resize(x, y, w, h,
|
||||||
|
// PR_FALSE);
|
||||||
mWindow->Resize(x, y, w, h,
|
mWindow->Resize(x, y, w, h,
|
||||||
PR_FALSE);
|
PR_TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the size of the content area, which is the size of the window minus the borders
|
// Set the size of the content area, which is the size of the window minus the borders
|
||||||
|
|
Загрузка…
Ссылка в новой задаче