mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Docs
This commit is contained in:
parent
4e07d8891f
commit
f02dda5a0a
@ -45,8 +45,9 @@ struct Child {
|
||||
placement: Placement,
|
||||
|
||||
// We cannot call `take_focus` until we've called `layout()`
|
||||
// So we want to call `take_focus` right after the first call
|
||||
// to `layout`; this flag remembers when we've done that.
|
||||
// (for instance, a textView must know it will scroll to be focusable).
|
||||
// So we want to call `take_focus` right after the first call to `layout`.
|
||||
// This flag remembers when we've done that.
|
||||
virgin: bool,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user