Skip to content

Commit

Permalink
[frame] bug fix: move cursor after a Frame
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 13, 2020
1 parent 6904938 commit adc6a22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions egui/src/containers/frame.rs
Expand Up @@ -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
}
Expand Down

0 comments on commit adc6a22

Please sign in to comment.