serenity/Userland/Applications/MouseSettings
Sam Atkins e74e320750 MouseSettings: Update the cursor theme preview when restoring defaults
Previously, if you opened MouseSettings, set the cursor theme to Dark,
and then click "Defaults", the cursors list would not update.
ComboBox::set_text() does not call the on_change callback, so we have
to run the steps manually.

I've also made `m_theme_name` into a local variable, since it can be.
2022-05-12 13:10:49 +02:00
..
CMakeLists.txt
DoubleClickArrowWidget.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
DoubleClickArrowWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
main.cpp LibGUI+Applications: Add --open-tab option to FooSettings applications 2022-04-21 17:24:42 +02:00
Mouse.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
MouseWidget.cpp Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
MouseWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
Theme.gml
ThemeWidget.cpp MouseSettings: Update the cursor theme preview when restoring defaults 2022-05-12 13:10:49 +02:00
ThemeWidget.h MouseSettings: Update the cursor theme preview when restoring defaults 2022-05-12 13:10:49 +02:00