Files
ladybird/Libraries/LibGUI
Andreas Kling 4392413cd1 LibGUI: Make window-parented actions actually scoped to the window
We were relying on Core::is<Window>() to tell us whether the parent
of an action is a window. This didn't work since we only saw a forward
declaration of GUI::Window in Action.cpp.

This is an unfortunate flaw in the is<T> pattern and we should solve
it somehow but not in this patch.
2020-07-23 19:52:18 +02:00
..
2020-05-01 16:58:18 +02:00
2020-06-13 12:43:22 +02:00
2020-04-21 16:19:18 +02:00
2020-07-15 17:15:45 +02:00
2020-07-15 17:15:45 +02:00