Move alpha management closer to screen level

Felt bad messing with alpha at the column level.
This commit is contained in:
Bartłomiej Dach
2022-05-08 15:13:29 +02:00
parent 38c004d734
commit 6bdcf893b7
2 changed files with 8 additions and 6 deletions

View File

@ -350,7 +350,6 @@ namespace osu.Game.Overlays.Mods
}
allFiltered.Value = panelFlow.All(panel => panel.Filtered.Value);
Alpha = allFiltered.Value ? 0 : 1;
if (toggleAllCheckbox != null && !SelectionAnimationRunning)
{