Merge branch 'mbruce/bugfixes' into 'develop'
fixed code issue See merge request BPHV_MIPS/vds_ios!110
This commit is contained in:
commit
8a82082585
@ -96,10 +96,7 @@ open class ButtonGroup: View {
|
|||||||
/// Current Surface and this is used to pass down to child objects that implement Surfacable
|
/// Current Surface and this is used to pass down to child objects that implement Surfacable
|
||||||
override open var surface: Surface {
|
override open var surface: Surface {
|
||||||
didSet {
|
didSet {
|
||||||
buttons.forEach { button in
|
buttons.forEach { $0.surface = surface }
|
||||||
var b = button
|
|
||||||
b.surface = surface
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user