Fixed that annoying cursor bug where the window dissapeared on moving
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10907 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1057,7 +1057,8 @@ void ViewDriver::CopyBitmap(ServerBitmap *bitmap, const BRect &source, const BRe
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
SetDrawData(d);
|
// DON't set draw data here! your existing clipping region will be deleted
|
||||||
|
// SetDrawData(d);
|
||||||
|
|
||||||
// Oh, wow, is this going to be slow. Then again, ViewDriver was never meant to be very fast. It could
|
// Oh, wow, is this going to be slow. Then again, ViewDriver was never meant to be very fast. It could
|
||||||
// be made significantly faster by directly copying from the source to the destination, but that would
|
// be made significantly faster by directly copying from the source to the destination, but that would
|
||||||
|
|||||||
Reference in New Issue
Block a user