IGFD: fix extension-less overwrite check
This commit is contained in:
parent
52b071aa6b
commit
4baefa569b
2 changed files with 12 additions and 3 deletions
2
extern/igfd/ImGuiFileDialog.h
vendored
2
extern/igfd/ImGuiFileDialog.h
vendored
|
|
@ -913,7 +913,7 @@ namespace IGFD
|
|||
bool SetPathOnParentDirectoryIfAny(); // compose paht on parent directory
|
||||
std::string GetCurrentPath(); // get the current path
|
||||
void SetCurrentPath(const std::string& vCurrentPath); // set the current path
|
||||
static bool IsFileExist(const std::string& vFile);
|
||||
static bool IsFileExist(const std::string& vFile, const std::string& vFileExt);
|
||||
void SetDefaultFileName(const std::string& vFileName);
|
||||
bool SelectDirectory(const FileInfos& vInfos); // enter directory
|
||||
void SelectFileName(const FileDialogInternal& vFileDialogInternal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue