Fixed the clip rgn in Scroll(): the scrollbars no longer flicker.
This commit is contained in:
Родитель
73b2ab6abe
Коммит
bbb59e88cc
|
@ -736,7 +736,7 @@ NS_IMETHODIMP nsWindow::Scroll(PRInt32 aDx, PRInt32 aDy, nsRect *aClipRect)
|
|||
RgnHandle updateRgn = ::NewRgn();
|
||||
if (updateRgn == nil)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
::ClipRect(&macRect);
|
||||
// ::ClipRect(&macRect);
|
||||
::ScrollRect(&macRect, aDx, aDy, updateRgn);
|
||||
::InvalRgn(updateRgn);
|
||||
::DisposeRgn(updateRgn);
|
||||
|
|
Загрузка…
Ссылка в новой задаче