ifdef out the call to CaptureMouse since it is no longer needed r=rods

This commit is contained in:
pavlov%netscape.com 1999-10-06 13:36:39 +00:00
Родитель 2c0e5cdc00
Коммит f65d72dc11
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -828,6 +828,7 @@ nsListControlFrame::CaptureMouseEvents(PRBool aGrabMouseEvents)
mIsCapturingMouseEvents = PR_FALSE;
}
// XXX this is temp code
#if 0
if (!mIsScrollbarVisible) {
nsIWidget * widget;
view->GetWidget(widget);
@ -836,6 +837,7 @@ nsListControlFrame::CaptureMouseEvents(PRBool aGrabMouseEvents)
NS_RELEASE(widget);
}
}
#endif
}
}

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

@ -828,6 +828,7 @@ nsListControlFrame::CaptureMouseEvents(PRBool aGrabMouseEvents)
mIsCapturingMouseEvents = PR_FALSE;
}
// XXX this is temp code
#if 0
if (!mIsScrollbarVisible) {
nsIWidget * widget;
view->GetWidget(widget);
@ -836,6 +837,7 @@ nsListControlFrame::CaptureMouseEvents(PRBool aGrabMouseEvents)
NS_RELEASE(widget);
}
}
#endif
}
}