Files
ladybird/Libraries/LibGUI
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-05-01 16:58:18 +02:00
2020-06-13 12:43:22 +02:00
2020-07-28 16:29:44 +02:00
2020-07-28 16:29:44 +02:00
2020-08-13 21:09:39 +02:00
2020-08-14 10:28:03 +02:00