Fixed an issue where the rating component was sometimes color shifted incorrectly

This commit is contained in:
Leon Styhre 2023-06-29 21:04:44 +02:00
parent 7fd9a34ec3
commit d94249d67e

View file

@ -271,7 +271,7 @@ void RatingComponent::applyTheme(const std::shared_ptr<ThemeData>& theme,
}
else {
mIconFilled.setColorShift(0xFFFFFFFF);
mIconFilled.setColorShift(0xFFFFFFFF);
mIconUnfilled.setColorShift(0xFFFFFFFF);
}
}
}