1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Bug fix: tooltip frame size

This commit is contained in:
Emil Ernerfeldt
2020-05-04 21:54:28 +02:00
parent 94645cb918
commit 17ddc75afe
2 changed files with 1 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ impl Frame {
let mut child_region = region.child_region(inner_rect);
add_contents(&mut child_region);
// TODO: handle the last item_spacing in a nicer way
let inner_size = child_region.bounding_size();
let inner_size = inner_size.ceil(); // TODO: round to pixel