Renamed a variable.
This commit is contained in:
parent
2ecc1e643b
commit
10586b984f
@ -42,9 +42,9 @@ namespace eShopOnContainers.Core.Behaviors
|
||||
return;
|
||||
}
|
||||
|
||||
bool hasShadow = (bool)newValue;
|
||||
bool hasLine = (bool)newValue;
|
||||
|
||||
if (hasShadow)
|
||||
if (hasLine)
|
||||
{
|
||||
view.Effects.Add(new EntryLineColorEffect());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user