comments on the order of operations in reset()
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
33dc411743
commit
e89272a3cd
@ -42,6 +42,8 @@ import VDS
|
||||
}
|
||||
|
||||
open override func reset() {
|
||||
//we want to reset() all local views/controls first before calling
|
||||
//super since super.reset() calls setDefaults().
|
||||
buttonGroup.reset()
|
||||
super.reset()
|
||||
}
|
||||
|
||||
@ -42,6 +42,8 @@ import VDS
|
||||
}
|
||||
|
||||
open override func reset() {
|
||||
//we want to reset() all local views/controls first before calling
|
||||
//super since super.reset() calls setDefaults().
|
||||
buttonGroup.reset()
|
||||
super.reset()
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user