File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
custom_orientable/custom_orientable Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ impl ObjectImpl for CustomOrientable {
62
62
}
63
63
64
64
fn dispose ( & self ) {
65
- // Child widgets need to be manually unparented in `dispose()`.
65
+ // Child widgets need to be manually un-parented in `dispose()`.
66
66
if let Some ( child) = self . first_label . borrow_mut ( ) . take ( ) {
67
67
child. unparent ( ) ;
68
68
}
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ impl ObjectImpl for ExButton {
66
66
}
67
67
68
68
fn dispose ( & self ) {
69
- // Child widgets need to be manually unparented in `dispose()`.
69
+ // Child widgets need to be manually un-parented in `dispose()`.
70
70
if let Some ( child) = self . child . borrow_mut ( ) . take ( ) {
71
71
child. unparent ( ) ;
72
72
}
You can’t perform that action at this time.
0 commit comments