This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Renamed a variable.
pull/125/head
David Britch
7 years ago
parent
2ecc1e643b
commit
10586b984f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/Mobile/eShopOnContainers/eShopOnContainers.Core/Behaviors/LineColorBehavior.cs
+ 2
- 2
src/Mobile/eShopOnContainers/eShopOnContainers.Core/Behaviors/LineColorBehavior.cs
View File
@ -42,9 +42,9 @@ namespace eShopOnContainers.Core.Behaviors
return
;
}
bool
has
Shadow
=
(
bool
)
newValue
;
bool
has
Line
=
(
bool
)
newValue
;
if
(
has
Shadow
)
if
(
has
Line
)
{
view
.
Effects
.
Add
(
new
EntryLineColorEffect
(
)
)
;
}
Write
Preview
Loading…
Cancel
Save