Sdk/TextAreaWidget: Fix commit fail
This commit is contained in:
parent
36bcdcdb8c
commit
5d39d60f94
|
|
@ -94,10 +94,13 @@ namespace Ndk
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void TextAreaWidget::Layout()
|
||||||
{
|
{
|
||||||
BaseWidget::Layout();
|
BaseWidget::Layout();
|
||||||
|
|
||||||
|
m_textEntity->GetComponent<NodeComponent>().SetPosition(GetContentOrigin());
|
||||||
|
|
||||||
|
RefreshCursor();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TextAreaWidget::OnKeyPressed(const Nz::WindowEvent::KeyEvent& key)
|
void TextAreaWidget::OnKeyPressed(const Nz::WindowEvent::KeyEvent& key)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue