improve text input
This commit is contained in:
@@ -43,5 +43,5 @@ void NodeDialogLayerRename::loaded()
|
||||
|
||||
std::string NodeDialogLayerRename::get_name()
|
||||
{
|
||||
return input ? input->m_string : "";
|
||||
return input ? input->m_text : "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user