mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
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.
9.6 KiB
9.6 KiB