Files
ladybird/Libraries/LibGUI/AbstractButton.cpp
Andreas Kling 9baa649389 LibGUI: Fix null parent deref in AbstractButton::set_checked()
If a button is orphaned, there are no siblings anyway, so there's no
need to try to update them.
2020-10-30 17:03:29 +01:00

5.9 KiB