summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-06-15 08:03:57 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-06-15 08:03:57 +0000
commitdc9687add23dfd6832a2e7e80a96e7f9f919d04a (patch)
tree681b71602a538c7bd58950d8fa354d742bc3f0d4
parent2b2291d18ba5b87995f652ff832348a161462c1a (diff)
parent6917fc1eb3ff0b5c8eac7c438cda10d9c10a9a0f (diff)
downloadelm-sharp-dc9687add23dfd6832a2e7e80a96e7f9f919d04a.tar.gz
elm-sharp-dc9687add23dfd6832a2e7e80a96e7f9f919d04a.tar.bz2
elm-sharp-dc9687add23dfd6832a2e7e80a96e7f9f919d04a.zip
Merge "Change Scroller.PropagateEvents property name" into tizen
-rw-r--r--[-rwxr-xr-x]ElmSharp/ElmSharp/Scroller.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ElmSharp/ElmSharp/Scroller.cs b/ElmSharp/ElmSharp/Scroller.cs
index c151006..6e5fd2c 100755..100644
--- a/ElmSharp/ElmSharp/Scroller.cs
+++ b/ElmSharp/ElmSharp/Scroller.cs
@@ -606,7 +606,7 @@ namespace ElmSharp
/// This enables or disables event propagation from the scroller content to the scroller and its parent.
/// By default event propagation is enabled.
/// </summary>
- public bool PropagateEvents
+ public bool ContentPropagateEvents
{
get
{