Adrien Destugues bdb4ae32fd Fix unarchiving of BScrollView with layout
* We archive views using "managed" archives, and the children are not
attached in the BView(BMessage*) constructor, but later. So it's not
possible to find the target and scrollbars in the constructor of
BScrollView.
* Make BScrollView override AllUnarchived and find the target and
scrollbars again there. The code is slightly different as there is no
guarantee that the first child will be the target in that case. The
existing code in the constructor is preserved for non-managed archives.
2014-10-12 16:02:34 +02:00
..
2014-06-13 17:27:01 -04:00
2014-06-13 17:27:01 -04:00
2014-06-13 17:27:01 -04:00
2014-06-13 17:27:01 -04:00
2014-06-13 17:27:01 -04:00
2014-06-13 17:27:01 -04:00
2014-06-13 17:27:01 -04:00
2014-05-30 19:31:10 -04:00
2014-06-13 17:27:01 -04:00
2014-06-13 17:27:01 -04:00
2014-06-13 17:27:01 -04:00