Fixed viewmanager refresh problem on WIN32. Added a line of code to set the status to nsEventStatus_eConsumeNoDefault for NS_PAINT messages in nsViewManager::DispatchEvent. This line was inadvertently removed by the checkin for bug 75591; bug 80847 sr=roc+moz r=dcone@netscape.com

This commit is contained in:
kmcclusk%netscape.com 2001-05-15 20:50:11 +00:00
Родитель 5751b52fb9
Коммит 9031f66eb7
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1966,6 +1966,7 @@ NS_IMETHODIMP nsViewManager::DispatchEvent(nsGUIEvent *aEvent, nsEventStatus *aS
}
}
}
*aStatus = nsEventStatus_eConsumeNoDefault;
}
break;