ViewHWInterface updates are a bit smoother now
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12175 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -268,7 +268,8 @@ STRACE("MSG_UPDATE\n");
|
||||
}*/
|
||||
BRect frame = fUpdateRegion.Frame();
|
||||
if (frame.IsValid()) {
|
||||
fView->Invalidate(frame);
|
||||
// fView->Invalidate(frame);
|
||||
fView->Invalidate();
|
||||
}
|
||||
fUpdateRegion.MakeEmpty();
|
||||
fUpdateLock.Unlock();
|
||||
|
||||
Reference in New Issue
Block a user