mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-05 12:16:36 +00:00
We were calling `Gfx::Rect<T>::is_null` which checked if the width and height were 0. What we want to do instead, is check if the rect value was set at all. `Optional<Rect>` is the right way to do this.