mirror of
https://review.haiku-os.org/haiku
synced 2025-02-03 12:16:35 +01:00
6457a6517e
GCC considers the method chain one big function call, so pushes all parameters onto the stack before hand (something I discovered after quite a bit of debugging). In this case, layout->RightOf() returns NULL before the view is added, which caused the layout to become undefined.