Files
ladybird/Libraries/LibGUI
Andreas Kling b00a347ac5 LibGUI: Protect GUI::Button across firing the on_click hook
If a hook triggers the deletion of the GUI::Button, we would be unable
to proceed in a well-defined manner here, so let's protect ourselves.

This probably needs to be done in a whole lot of places, since GUI
widgets are just ref-counted Core::Objects and running arbitrary code
can mean that they get deleted.
2020-12-14 20:43:42 +01:00
..
2020-10-30 17:03:28 +01:00
2020-10-02 16:03:17 +02:00
2020-09-30 21:46:59 +02:00
2020-07-28 16:29:44 +02:00
2020-10-30 17:03:28 +01:00
2020-11-22 16:07:00 +01:00
2020-11-22 16:07:00 +01:00