Files
ladybird/Userland/Libraries/LibGUI/Widget.cpp
Andreas Kling 8fce5caa49 LibGUI: Pass context menu events through normal event dispatch
Previously we'd synthesize an event and invoke context_menu_event()
directly. This prevented the event from bubbling even if ignored.
2021-08-20 01:27:39 +02:00

32 KiB