mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +00:00
![]() Before this patch, if two or more notifications were created after one another, they would overlap. This was caused by the previously lowest notification's m_original_rect being used to calculate the position for each new notification instead of the notification's actual rect, which can be different. This patch makes notifications use each others' rect() method instead, which makes them appear in the correct position. With that, m_original_rect has no use anymore, so this patch removes it. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ConnectionFromClient.cpp | ||
ConnectionFromClient.h | ||
main.cpp | ||
NotificationClient.ipc | ||
NotificationServer.ipc | ||
NotificationWindow.cpp | ||
NotificationWindow.h |