append
This commit is contained in:
parent
6769ada4b6
commit
452e11c145
|
@ -34,7 +34,7 @@ void BehaviorsPresent::setRoot(std::shared_ptr<BehaviorMapNode> root)
|
|||
_present_peers.clear();
|
||||
|
||||
this->_bind_maproot = root;
|
||||
contentRelayout();
|
||||
relayout();
|
||||
}
|
||||
|
||||
void BehaviorsPresent::presentAllocate(std::shared_ptr<LogicalNode> ins)
|
||||
|
@ -80,7 +80,7 @@ void BehaviorsPresent::presentRelease(std::shared_ptr<LogicalNode> ins)
|
|||
}
|
||||
}
|
||||
|
||||
void BehaviorsPresent::contentRelayout()
|
||||
void BehaviorsPresent::relayout()
|
||||
{
|
||||
if (!_bind_maproot)
|
||||
return;
|
||||
|
|
|
@ -60,7 +60,7 @@ public:
|
|||
/// <summary>
|
||||
/// 内容重新布局
|
||||
/// </summary>
|
||||
void contentRelayout();
|
||||
void relayout();
|
||||
/// <summary>
|
||||
/// 尺寸测量
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue