virtualx-engine/editor/project_manager
Grublady 5583ac5218 Ignore trailing slashes in new project’s path when disabling Create Folder
In the “Create New Project” dialog, disabling the “Create Folder” slider with a trailing slash in the project path would cause it to incorrectly identify the last path component as the substring following the slash, in other words, an empty string.

By first discarding any trailing slashes when disabling the slider, the project dialog will now identify and pop the last path component as usual even when a trailing slash is present.
2024-07-08 17:10:12 -04:00
..
project_dialog.cpp Ignore trailing slashes in new project’s path when disabling Create Folder 2024-07-08 17:10:12 -04:00
project_dialog.h
project_list.cpp
project_list.h
project_tag.cpp
project_tag.h
quick_settings_dialog.cpp
quick_settings_dialog.h
SCsub