Changed the color of UIListBox elements
Some checks failed
CodeQL / Analyze (push) Waiting to run
Build branch / build-all (push) Failing after 16s

This commit is contained in:
smallmodel 2025-01-03 22:08:59 +01:00
parent 32f507ce15
commit fe42511c54
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -279,9 +279,13 @@ void UIListBox::Draw(void)
float aty;
int i;
const char *str;
UColor selectedBG(0, 1, 1, 1);
UColor selectedColor = UBlack;
UColor selectedBorder = UWhite;
//UColor selectedBG(0, 1, 1, 1);
//UColor selectedColor = UBlack;
//UColor selectedBorder = UWhite;
// Changed in 2.0
UColor selectedBG(0.2, 0.18, 0.015);
UColor selectedColor(0.9, 0.8, 0.6);
UColor selectedBorder(0.315, 0.27, 0.0225);
aty = 0;