mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-27 10:55:52 +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.