Reset the drawing state to that of the client view after we finish drawing the workspaces replicant. This fixes artifacts like fonts occasionally appearing tiny when selecting/deselecting items on the Desktop if the Workspaces replicant was also embedded.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28585 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
186c8af1e4
commit
f871c6f737
@ -394,6 +394,7 @@ WorkspacesView::Draw(DrawingEngine* drawingEngine, BRegion* effectiveClipping,
|
||||
for (int32 i = rows * columns; i-- > 0;) {
|
||||
_DrawWorkspace(drawingEngine, redraw, i);
|
||||
}
|
||||
fWindow->ServerWindow()->ResyncDrawState();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user