1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:37:35 +00:00

DisplaySettings: Fix crash on exit (due to Core::Object on the stack)

This commit is contained in:
Andreas Kling 2020-07-05 21:17:14 +02:00
parent 244fe1089c
commit e8a59ef842
2 changed files with 4 additions and 3 deletions

View file

@ -31,7 +31,7 @@
#include <LibGUI/ComboBox.h>
class DisplaySettingsWidget : public GUI::Widget {
C_OBJECT(MonitorWidget);
C_OBJECT(DisplaySettingsWidget);
public:
DisplaySettingsWidget();