From 16dff07994268bf3ab9de29afb410e205b41728c Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:20:55 +0100 Subject: Fix "Native file chooser on Linux fails with BROWSE_MULTI_FILE" (#669) --- src/Fl_Native_File_Chooser_Zenity.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_Native_File_Chooser_Zenity.cxx b/src/Fl_Native_File_Chooser_Zenity.cxx index 0f7930121..3626d357e 100644 --- a/src/Fl_Native_File_Chooser_Zenity.cxx +++ b/src/Fl_Native_File_Chooser_Zenity.cxx @@ -48,7 +48,7 @@ char *Fl_Zenity_Native_File_Chooser_Driver::build_command() { break; case Fl_Native_File_Chooser::BROWSE_MULTI_FILE: - option = "--file-selection --multiple"; + option = "--file-selection --multiple --separator='\n'"; break; default: -- cgit v1.2.3