remove unnecessary call from Carbon window code. b=325336 r=mento sr=smfr

This commit is contained in:
joshmoz%gmail.com 2006-02-01 17:14:38 +00:00
Родитель ae0df7a328
Коммит 53978dabb4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -804,7 +804,7 @@ NS_IMETHODIMP nsMacWindow::Show(PRBool aState)
if (aState && !mBounds.IsEmpty()) {
if (mIsSheet) {
if (parentWindowRef) {
WindowPtr top = GetWindowTop(parentWindowRef);
WindowPtr top = parentWindowRef;
if (piParentWidget) {
piParentWidget->SetIgnoreDeactivate(PR_TRUE);