mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-18 04:45:39 +00:00
Fixed an issue where the rating component was sometimes color shifted incorrectly
This commit is contained in:
parent
7fd9a34ec3
commit
d94249d67e
|
@ -271,7 +271,7 @@ void RatingComponent::applyTheme(const std::shared_ptr<ThemeData>& theme,
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
mIconFilled.setColorShift(0xFFFFFFFF);
|
mIconFilled.setColorShift(0xFFFFFFFF);
|
||||||
mIconFilled.setColorShift(0xFFFFFFFF);
|
mIconUnfilled.setColorShift(0xFFFFFFFF);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue