Commit 453b24c
authored
Feathers: set checkbox marker
# Objective
Seems the checkbox part is missing in PR #21789.
Make the checkbox marker invisible when the whole widget is
`Visibility::Hidden`.
## Solution
Change the maker's visibility to `Inherited` rather than `Visible`.
## Testing
Manually added `Visibility::Hidden` to the root node of
`examples/ui/feathers.rs`, and verified nothing is visible.Visibility::Inherited when checked. (#21847)1 parent 0fe71f9 commit 453b24c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
0 commit comments