ladybird/Userland
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
..
Applets LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
Applications MouseSettings: Update the cursor theme preview when restoring defaults 2022-05-12 13:10:49 +02:00
Demos Userland: Set tab-widget properties in GML instead of code 2022-05-11 20:16:43 +02:00
DevTools UserspaceEmulator: Delegate rounding to the actual hardware 2022-05-07 20:27:05 +02:00
DynamicLoader Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00
Games Pong: Explicitly clear held keys in Game::reset() 2022-04-15 00:13:09 +02:00
Libraries LibGUI: Support "modified" window state in SettingsWindow 2022-05-12 13:10:49 +02:00
Services WindowServer: Save config file when mouse cursor theme is changed 2022-05-12 13:10:49 +02:00
Shell Shell: Highlight commands with a hyperlink to open their help pages 2022-04-21 09:12:37 +04:30
Utilities xml: Avoid UAF in Error return from serenity_main() 2022-05-08 16:34:58 +02:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00