Skip to content

Commit

Permalink
Merge pull request LMMS#2226 from ThomasJClark/master
Browse files Browse the repository at this point in the history
Don't use native file saving/loading dialogs
  • Loading branch information
Wallacoloo committed Aug 5, 2015
2 parents 5aebd3b + e5b5ebb commit ef411b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/dialogs/FileDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ FileDialog::FileDialog( QWidget *parent, const QString &caption,
setOption( QFileDialog::DontUseCustomDirectoryIcons );
#endif

setOption( QFileDialog::DontUseNativeDialog );

// Add additional locations to the sidebar
QList<QUrl> urls = sidebarUrls();
#if QT_VERSION >= 0x050000
Expand Down

0 comments on commit ef411b2

Please sign in to comment.