зеркало из https://github.com/mozilla/gecko-dev.git
Fixed continuous drawing of controls by doing a ValidRect after DrawControl
This commit is contained in:
Родитель
55d8e8308c
Коммит
806a21d518
|
@ -137,7 +137,7 @@ PRBool nsMacControl::OnPaint(nsPaintEvent &aEvent)
|
|||
}
|
||||
|
||||
::Draw1Control(mControl);
|
||||
//¥¥ ::ValidRect(&(*mControl)->contrlRect);
|
||||
::ValidRect(&(*mControl)->contrlRect);
|
||||
}
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче