Restore tab scroll position, fixes #1115
This commit is contained in:
parent
5e0645d1c2
commit
fb74be9a70
4 changed files with 43 additions and 17 deletions
|
|
@ -524,7 +524,7 @@ fn update<Message: Clone>(
|
|||
viewport: &Rectangle,
|
||||
) -> event::Status {
|
||||
let offset = layout.virtual_offset();
|
||||
let mut layout_bounds = layout.bounds();
|
||||
let layout_bounds = layout.bounds();
|
||||
|
||||
if let Some(message) = widget.on_resize.as_ref() {
|
||||
if state.viewport != Some(*viewport) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue