Override a bunch of methods in layout related classes for FBC stability.
* Especially made sure to override archiving methods, since these are called rarely, so the cost is very minimal * Otherwise, the closer a class is to a base class, the more likely I was to give it all the overrides.
This commit is contained in:
@@ -45,6 +45,8 @@ private:
|
||||
BSize fPreferredSize;
|
||||
BAlignment fAlignment;
|
||||
bool fVisible;
|
||||
|
||||
uint32 _reserved[2];
|
||||
};
|
||||
|
||||
#endif // _SPACE_LAYOUT_ITEM_H
|
||||
|
||||
Reference in New Issue
Block a user