osu/osu.Game/Overlays/Settings
Dean Herbert a2ef086c1f Fix potential crash on rare incorrect firing of skin dropdown update methods
As brought to light by https://gist.github.com/smoogipoo/56eda7ab56b9d1966556f2ca7a80a847.

There's a chance that the dropdown is not populated by the time
`updateSelectedSkinFromConfig` is fired via an external means (config
changes).
2022-03-09 01:08:13 +09:00
..
Sections Fix potential crash on rare incorrect firing of skin dropdown update methods 2022-03-09 01:08:13 +09:00
DangerousSettingsButton.cs
ISettingsItem.cs
OutlinedTextBox.cs
RulesetSettingsSubsection.cs
SettingsButton.cs
SettingsCheckbox.cs
SettingsDropdown.cs
SettingsEnumDropdown.cs
SettingsFooter.cs Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
SettingsHeader.cs
SettingsItem.cs
SettingsNoticeText.cs
SettingsNumberBox.cs Add AllowIme => false where applicable 2022-01-12 00:15:17 +01:00
SettingsSection.cs Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
SettingsSidebar.cs Move files to UI namespace 2022-02-14 17:51:39 +09:00
SettingsSlider.cs
SettingsSubsection.cs
SettingsTextBox.cs
SidebarButton.cs
SidebarIconButton.cs