improve text input

This commit is contained in:
2019-09-17 13:57:37 +02:00
parent 882a516455
commit 72fa400651
14 changed files with 598 additions and 83 deletions

View File

@@ -43,5 +43,5 @@ void NodeDialogLayerRename::loaded()
std::string NodeDialogLayerRename::get_name()
{
return input ? input->m_string : "";
return input ? input->m_text : "";
}