mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Fxi bug in column subregion code
This commit is contained in:
@@ -231,7 +231,7 @@ impl Region {
|
|||||||
id: self.id,
|
id: self.id,
|
||||||
dir: self.dir,
|
dir: self.dir,
|
||||||
align: self.align,
|
align: self.align,
|
||||||
rect: Rect::from_min_max(region_pos, self.rect.max()),
|
rect: Rect::from_min_size(region_pos, rect.size()),
|
||||||
cursor: region_pos,
|
cursor: region_pos,
|
||||||
bounding_size: vec2(0.0, 0.0),
|
bounding_size: vec2(0.0, 0.0),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user