fix(m9): keep Stage4View under Swift 5.7 ViewBuilder 10-child limit (#111) #112
@@ -138,6 +138,9 @@ struct Stage4View: View {
|
|||||||
.textFieldStyle(.roundedBorder)
|
.textFieldStyle(.roundedBorder)
|
||||||
.accessibilityIdentifier("colprofCopyright")
|
.accessibilityIdentifier("colprofCopyright")
|
||||||
|
|
||||||
|
// Nested VStack keeps the parent at the Swift 5.7 ViewBuilder
|
||||||
|
// 10-child limit (Xcode 14.2 / macOS 12 CI runner, #111).
|
||||||
|
VStack(alignment: .leading, spacing: 12) {
|
||||||
Toggle("Apply calibration curve", isOn: $model.applyCalibration)
|
Toggle("Apply calibration curve", isOn: $model.applyCalibration)
|
||||||
.accessibilityIdentifier("colprofApplyCalibration")
|
.accessibilityIdentifier("colprofApplyCalibration")
|
||||||
|
|
||||||
@@ -151,6 +154,7 @@ struct Stage4View: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.padding(16)
|
.padding(16)
|
||||||
.background(Theme.panel)
|
.background(Theme.panel)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user