mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
e74e320750
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DoubleClickArrowWidget.cpp | ||
DoubleClickArrowWidget.h | ||
main.cpp | ||
Mouse.gml | ||
MouseWidget.cpp | ||
MouseWidget.h | ||
Theme.gml | ||
ThemeWidget.cpp | ||
ThemeWidget.h |