mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Small code optimization.
This commit is contained in:
@ -447,7 +447,7 @@ void CMeterImage::ReadConfig(const WCHAR* section)
|
||||
|
||||
if (alpha != tint.GetAlpha())
|
||||
{
|
||||
tint = Color(alpha, tint.GetRed(), tint.GetGreen(), tint.GetBlue());
|
||||
tint.SetValue(Color::MakeARGB(alpha, tint.GetRed(), tint.GetGreen(), tint.GetBlue()));
|
||||
}
|
||||
|
||||
m_ColorMatrix = c_IdentifyMatrix;
|
||||
|
Reference in New Issue
Block a user