Skip to content

Commit

Permalink
Explicitely set toggleColorBlock.selectedColor
Browse files Browse the repository at this point in the history
  • Loading branch information
Demkeys committed Aug 14, 2021
1 parent 9b81d21 commit 989bd7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VFS/USharpPrograms/FileManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ void UpdateToggleColorBlock(bool toggleVal)
toggleColorBlock.normalColor = toggleVal ? ToggleOnColor : ToggleOffColor;
toggleColorBlock.highlightedColor = toggleVal ? ToggleOnColor : ToggleOffColor;
toggleColorBlock.pressedColor = toggleVal ? ToggleOnColor : ToggleOffColor;
toggleColorBlock.selectedColor = toggleVal ? ToggleOnColor : ToggleOffColor;
}

void Test()
Expand Down

0 comments on commit 989bd7b

Please sign in to comment.