This commit is contained in:
roc+%cs.cmu.edu 2008-04-22 00:09:55 +00:00
Родитель 25876106da
Коммит ece7266246
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -312,8 +312,7 @@ nsMenuPopupFrame::SetPreferredBounds(nsBoxLayoutState& aState,
void
nsMenuPopupFrame::AdjustView()
{
if ((mPopupState == ePopupOpen || mPopupState == ePopupOpenAndVisible) &&
mGeneratedChildren) {
if (mPopupState == ePopupOpen || mPopupState == ePopupOpenAndVisible) {
// if the popup has just opened, make sure the scrolled window is at 0,0
if (mIsOpenChanged) {
nsIBox* child = GetChildBox();