mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
[Summary] On MacOS allow to create folder in new_session_dialog
[Reviewed] GZharun [git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 463589]
This commit is contained in:
parent
0b06ca5fa3
commit
0ed6f2a3b5
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ namespace ARDOUR
|
|||
// Create a File Open Dialog class.
|
||||
NSSavePanel* saveDlg = [NSSavePanel savePanel];
|
||||
[saveDlg setTitle:title];
|
||||
[saveDlg setCanCreateDirectories:YES];
|
||||
|
||||
NSFileManager *fm = [[NSFileManager alloc] init];
|
||||
BOOL isDir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue