|
@@ -1694,7 +1694,7 @@ bool WidgetInfo::ColorChanged(const char *setting)
|
|
|
* other open QDialogs on exit, and
|
|
|
* https://bugreports.qt-project.org/browse/QTBUG-34532
|
|
|
*/
|
|
|
-#ifdef __APPLE__
|
|
|
+#ifndef _WIN32
|
|
|
options |= QColorDialog::DontUseNativeDialog;
|
|
|
#endif
|
|
|
|
|
@@ -1728,7 +1728,7 @@ bool WidgetInfo::FontChanged(const char *setting)
|
|
|
|
|
|
QFontDialog::FontDialogOptions options;
|
|
|
|
|
|
-#ifdef __APPLE__
|
|
|
+#ifndef _WIN32
|
|
|
options = QFontDialog::DontUseNativeDialog;
|
|
|
#endif
|
|
|
|