Revert "efl_canvas_object: set default value to false for not breaking compatibility" 24/214624/1
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 24 Sep 2019 22:14:29 +0000 (07:14 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Tue, 24 Sep 2019 22:25:26 +0000 (07:25 +0900)
This reverts commit 5d4c3446016a97622aae0c03c9a4d423c1f1e41d.

This was commit only for Tizen and it was fixed by upstream properly.
So, reverting this commit is right process.

Change-Id: I1fd2631e06ae76050e9b124d64f9d049124800d5

src/lib/evas/canvas/efl_canvas_object.eo

index 1c93a56..ab51da1 100644 (file)
@@ -287,8 +287,7 @@ abstract Efl.Canvas.Object extends Efl.Loop_Consumer implements Efl.Gfx.Entity,
          get {
          }
          values {
-            // (TIZEN_ONLY) set default value to false for not breaking compatibility
-            propagate: bool(false); [[Whether to propagate events.]]
+            propagate: bool(true); [[Whether to propagate events.]]
          }
       }
       @property pass_events {