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 6d7049a commit ea80229Copy full SHA for ea80229
Sources/AppKitBackend/AppKitBackend.swift
@@ -1204,6 +1204,7 @@ public final class AppKitBackend: AppBackend {
1204
_ widget: Widget,
1205
_ size: SIMD2<Int>
1206
) {
1207
+ guard Int(widget.frame.size.height) != size.y else { return }
1208
setSize(of: widget, to: size)
1209
let spinner = NSProgressIndicator()
1210
spinner.translatesAutoresizingMaskIntoConstraints = false
0 commit comments