call_on_name Panel
Open
bug
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 270
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 2
Description
Please, why the panel doesn't change the title?
With other views this works fine.
```
s.call_on_name("my_panel", |view: &mut Panel| {
view.set_title("new title");
});
```
Contributor guide
Assessment
This issue has not been assessed yet.