summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungkeun Lee <sngn.lee@samsung.com>2017-06-14 14:20:07 +0900
committerSeungkeun Lee <sngn.lee@samsung.com>2017-06-14 14:20:07 +0900
commit6917fc1eb3ff0b5c8eac7c438cda10d9c10a9a0f (patch)
tree2170373c3564f8d5f1e3f2079788822d900044c1
parent4ecd045b621c5b6484d515887637fad221d8144b (diff)
downloadelm-sharp-6917fc1eb3ff0b5c8eac7c438cda10d9c10a9a0f.tar.gz
elm-sharp-6917fc1eb3ff0b5c8eac7c438cda10d9c10a9a0f.tar.bz2
elm-sharp-6917fc1eb3ff0b5c8eac7c438cda10d9c10a9a0f.zip
Change Scroller.PropagateEvents property name
- Change to ContentPropagateEvents - Previous name was conflict to EvasObject.PropagateEvents and meaning was different Change-Id: Ia71ef1c14f017066ec7d36c17af3ad9408b7d831
-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
{