small fixes
This commit is contained in:
@@ -83,7 +83,7 @@ void NodeDialogBrowse::init_controls()
|
||||
return;
|
||||
selected_path = target->m_path;
|
||||
selected_file = target->m_file_name;
|
||||
selected_name = selected_file.substr(0, selected_file.length() - 5);
|
||||
selected_name = selected_file.substr(0, selected_file.length() - strlen(".ppi"));
|
||||
if (current)
|
||||
current->m_selected = false;
|
||||
current = target;
|
||||
|
||||
Reference in New Issue
Block a user