Widgets/SimpleWidgetStyles: Fix ImageButtonWidget pressed color
This commit is contained in:
parent
da2b49d719
commit
a46e61e2e5
|
|
@ -295,7 +295,7 @@ namespace Nz
|
|||
}
|
||||
else
|
||||
{
|
||||
m_sprite->SetColor(owner->GetColor() * Nz::Color::FromRGB8(120, 0, 0));
|
||||
m_sprite->SetColor(owner->GetColor() * Nz::Color::FromRGB8(120, 120, 120));
|
||||
m_sprite->SetMaterial(owner->GetMaterial());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue