This commit is contained in:
kmcclusk%netscape.com 1999-06-22 21:49:34 +00:00
Родитель 0138944633
Коммит aa59d9ab82
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -822,7 +822,6 @@ nsEventStatus PR_CALLBACK HandleRobotEvent(nsGUIEvent *aEvent)
case NS_PAINT:
#ifndef XP_UNIX
// paint the background
// if (aEvent->widget->GetNativeData(NS_NATIVE_WIDGET) == mRobotDialog ) {
if (aEvent->widget == mRobotDialog ) {
nsIRenderingContext *drawCtx = ((nsPaintEvent*)aEvent)->renderingContext;
drawCtx->SetColor(aEvent->widget->GetBackgroundColor());