This commit is contained in:
Ivan Tham 2021-07-20 19:33:00 +08:00 committed by Blaž Hrastnik
parent 585d6f8242
commit 17f9dfce7e

View file

@ -1,7 +1,7 @@
use crate::{graphics::Rect, View, ViewId};
use slotmap::HopSlotMap;
// the dimensions are recomputed on windo resize/tree change.
// the dimensions are recomputed on window resize/tree change.
//
#[derive(Debug)]
pub struct Tree {