Commit cd6f10d3 authored by Don Gagne's avatar Don Gagne

Merge pull request #1056 from DonLakeFlyer/QGCFileDialog

Fix broken native file dialogs
parents c8441884 c6733108
......@@ -112,5 +112,5 @@ void QGCFileDialog::_validate(QString* selectedFilter, Options& options)
Q_ASSERT(selectedFilter == NULL);
// On OSX native dialog can hang so we always use Qt dialogs
options | DontUseNativeDialog;
options |= DontUseNativeDialog;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment