[frame] bug fix: move cursor after a Frame
This commit is contained in:
parent
6904938594
commit
adc6a225e3
1 changed files with 1 additions and 2 deletions
|
@ -125,8 +125,7 @@ impl Prepared {
|
|||
},
|
||||
);
|
||||
|
||||
ui.expand_to_include_child(outer_rect);
|
||||
// TODO: move cursor in parent ui
|
||||
ui.allocate_space(outer_rect.size());
|
||||
|
||||
outer_rect
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue