This commit is contained in:
danm%netscape.com 1999-07-03 01:31:18 +00:00
Родитель 0f1f11c2da
Коммит ed00b7d14c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -800,7 +800,7 @@ NS_METHOD nsWindow::IsVisible(PRBool & bState)
NS_METHOD nsWindow::Move(PRUint32 aX, PRUint32 aY)
{
// When moving a borderless top-level window the window
// must be placed relative to its parent. WIN32 want's to
// must be placed relative to its parent. WIN32 wants to
// place it relative to the screen, so we used the cached parent
// to calculate the parent's location then add the x,y passed to
// the move to get the screen coordinate for the borderless top-level