Commit c6733108 authored by Don Gagne's avatar Don Gagne

Fix broken native dialogs

parent c8441884
......@@ -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