[BeOS]Bug 311651, rolling back part of previous patch to avoid rare context-menu misplacement on IFRAME, r=thesuckiestmail, no sr - BeOS-only

This commit is contained in:
sergei_d%fi.tartu.ee 2005-10-18 21:02:59 +00:00
Родитель f7e2b45942
Коммит 43c1bd84c0
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1002,8 +1002,8 @@ nsresult nsWindow::Move(PRInt32 aX, PRInt32 aY)
mBounds.x = aX;
mBounds.y = aY;
if (eWindowType_child == mWindowType)
HideKids(PR_TRUE);
// We may reset children visibility here, but it needs special care
// - see comment 18 in Bug 311651. More sofisticated code needed.
// until we lack separate window and widget, we "cannot" move BWindow without BView
if (mView && mView->LockLooper())