mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
[SUMMARY] On OS Windows in new_session/open_session dialogs in case of not valid default_path set initial path on current user's home directory
[Reviewed] GZharun [git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 462434]
This commit is contained in:
parent
8b4bf9cf8a
commit
fa94e468a7
3 changed files with 31 additions and 6 deletions
|
|
@ -25,7 +25,7 @@ namespace ARDOUR
|
|||
#ifdef _WIN32
|
||||
bool SaveFileDialog(std::string& fileName, std::string path = "", std::string title = "Save");
|
||||
bool OpenFileDialog(std::string& fileName, std::string path = "", std::string title = "Open");
|
||||
bool ChooseFolderDialog(std::string& selectedPath, std::string title = "Choose Folder");
|
||||
bool ChooseFolderDialog(std::string& selectedPath, std::string path = "", std::string title = "Choose Folder");
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue