small fixes
This commit is contained in:
@@ -105,7 +105,7 @@ void NodeDialogCloud::load_thumbs_thread()
|
||||
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