Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
stenzek
GitHub Repository: stenzek/duckstation
Path: blob/master/scripts/deps/qtbase-window-modal-tahoe.patch
7197 views
1
--- a/src/plugins/platforms/cocoa/qcocoamessagedialog.mm
2
+++ b/src/plugins/platforms/cocoa/qcocoamessagedialog.mm
3
@@ -87,11 +87,6 @@ bool QCocoaMessageDialog::show(Qt::WindowFlags windowFlags, Qt::WindowModality w
4
return false;
5
}
6
7
- // Tahoe has issues with window-modal alert buttons not responding to mouse
8
- if (windowModality == Qt::WindowModal
9
- && QOperatingSystemVersion::current() >= QOperatingSystemVersion::MacOSTahoe)
10
- return false;
11
-
12
// And without options we don't know what to show
13
if (!options())
14
return false;
15
16