removed unnecessary call to ConstrainClipping(), the drawing functions that take a color are reserved for the server and ignore clipping
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17328 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ee24641fee
commit
e6b19d1f40
@ -2163,7 +2163,6 @@ Desktop::_SetBackground(BRegion& background)
|
||||
fBackgroundRegion = background;
|
||||
if (dirtyBackground.Frame().IsValid()) {
|
||||
if (GetDrawingEngine()->Lock()) {
|
||||
GetDrawingEngine()->ConstrainClippingRegion(NULL);
|
||||
GetDrawingEngine()->FillRegion(dirtyBackground,
|
||||
fWorkspaces[fCurrentWorkspace].Color());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user