Files
haiku-beta6/src
Axel Dörfler 53442520cc Fixed a bad bug in the app_server:
fCurrentLayer was used to determine to which layer a new one would be
added to, but BView::AddChild() would only set this correctly for the
current view, ie. all children of the new child were added to the
wrong layer in the app_server.
Now, AS_LAYER_CREATE sends the parent's token to the server, and the
server relies on this to build the layer hierarchy.
All of a sudden a lot of hidden views are visible now. I noticed the
bug while refactoring the task manager, but a lot of apps were affected.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13164 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-06-16 00:46:02 +00:00
..
2005-06-14 17:57:20 +00:00
2005-06-16 00:46:02 +00:00
2005-04-13 16:12:00 +00:00
2005-06-15 19:04:52 +00:00
2005-06-15 20:39:28 +00:00
2005-06-14 15:22:55 +00:00
2005-06-08 09:57:32 +00:00