From 7dc84d42ea1d8f98ace694f85bbb0b040ce178fc Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Fri, 6 Oct 2017 22:22:35 +0100 Subject: [PATCH] Enable native file dialog by default on linux Signed-off-by: Przemo Firszt --- src/Gui/FileDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/FileDialog.cpp b/src/Gui/FileDialog.cpp index b8848b2b07..98ea4e7601 100644 --- a/src/Gui/FileDialog.cpp +++ b/src/Gui/FileDialog.cpp @@ -49,7 +49,7 @@ using namespace Gui; #if defined(FC_OS_LINUX) -#define USE_QT_FILEDIALOG +#undef USE_QT_FILEDIALOG #endif