Revirtualize BLayout::Relayout(), since it is in fact inherited from BLayoutItem and virtual anyway.
Also add a comment to make this obvious.
This commit is contained in:
parent
7ab5610ba9
commit
0843fb4572
@ -49,7 +49,8 @@ public:
|
||||
// Layouting related methods
|
||||
|
||||
virtual void InvalidateLayout(bool children = false);
|
||||
void Relayout(bool immediate = false);
|
||||
virtual void Relayout(bool immediate = false);
|
||||
// from BLayoutItem
|
||||
void RequireLayout();
|
||||
bool IsValid();
|
||||
void EnableLayoutInvalidation();
|
||||
|
Loading…
Reference in New Issue
Block a user