The workspaces window is now updated when a tab is moved - this fixes bug #641.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17636 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-05-29 18:41:16 +00:00
parent c4da198b30
commit fa3c08f073
1 changed files with 2 additions and 1 deletions

View File

@ -1589,7 +1589,8 @@ Desktop::SetWindowTabLocation(WindowLayer* window, float location)
BRegion stillAvailableOnScreen;
_RebuildClippingForAllWindows(stillAvailableOnScreen);
_SetBackground(stillAvailableOnScreen);
_WindowChanged(window);
_TriggerWindowRedrawing(dirty);
}