mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
d5630bd20e
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ConnectionFromClient.cpp | ||
ConnectionFromClient.h | ||
main.cpp | ||
NotificationClient.ipc | ||
NotificationServer.ipc | ||
NotificationWindow.cpp | ||
NotificationWindow.h |