fix floating panels and iOS export picking

This commit is contained in:
2019-09-19 23:02:46 +02:00
parent 70fa29839e
commit abaf82ba24
12 changed files with 90 additions and 35 deletions

View File

@@ -54,4 +54,5 @@ void NodeInputBox::added(Node* parent)
{
Node::added(parent);
mouse_capture();
m_field_text->key_capture();
}