mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +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 {
|
||||
mIconFilled.setColorShift(0xFFFFFFFF);
|
||||
mIconFilled.setColorShift(0xFFFFFFFF);
|
||||
mIconUnfilled.setColorShift(0xFFFFFFFF);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue