Cleanp continues. Removed 2 methods from Workspace class because were related to rebuild/redraw stuff. Workspace should only care about corect window placement and order.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8366 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -357,8 +357,10 @@ void ServerWindow::Hide(void)
|
||||
{
|
||||
if (ws->FocusLayer() == fWinBorder)
|
||||
ws->SearchAndSetNewFocus(fWinBorder);
|
||||
else
|
||||
ws->Invalidate();
|
||||
else{
|
||||
// TODO: RootLayer class should take care of this. (or Desktop)
|
||||
// ws->Invalidate();
|
||||
}
|
||||
}
|
||||
}
|
||||
rl->fMainLock.Unlock();
|
||||
|
||||
Reference in New Issue
Block a user