We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a34bd commit 64c69a9Copy full SHA for 64c69a9
Sources/AppKitBackend/AppKitBackend.swift
@@ -1729,7 +1729,7 @@ public final class AppKitBackend: AppBackend {
1729
// Critical sheets stack. beginSheet only shows a nested sheet
1730
// after its parent gets dismissed.
1731
let window = sheetParent as! NSCustomWindow
1732
- window.beginCriticalSheet(sheet)
+ window.beginSheet(sheet)
1733
window.managedAttachedSheet = sheet
1734
}
1735
Sources/GtkBackend/GtkBackend.swift
@@ -1585,7 +1585,7 @@ public final class GtkBackend: AppBackend {
1585
1586
return properties
1587
1588
-
+
1589
public func createSheet(content: Widget) -> Gtk.Window {
1590
let sheet = Gtk.Window()
1591
sheet.setChild(content)
0 commit comments