Files
ladybird/Libraries
Linus Groh e77991e63a LibGUI: Fix Widget::screen_relative_rect() for WindowType::MenuApplet
This was using window()->position(), which is unset for windows with
WindowType::MenuApplet. Now it checks the window type and then uses
rect_in_menubar() for MenuApplet windows and rect() for everything else.

This makes tooltips show up for MenuApplet windows, previously they were
positioned off-screen :^)
2020-08-14 10:28:03 +02:00
..
2020-08-10 11:51:45 +02:00
2020-08-12 10:59:06 +02:00
2020-08-04 11:27:07 +02:00