Merge branch 'devel/master' into tizen
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 7 Sep 2021 06:28:43 +0000 (15:28 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 7 Sep 2021 06:28:43 +0000 (15:28 +0900)
dali/internal/event/events/tap-gesture/tap-gesture-detector-impl.cpp
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 5256361..6f3784f 100644 (file)
@@ -83,7 +83,8 @@ TapGestureDetector::TapGestureDetector(unsigned int tapsRequired)
   mTouchesRequired(DEFAULT_TOUCHES_REQUIRED),
   mTimerId(0),
   mTappedActor(),
-  mTap()
+  mTap(),
+  mReceiveAllTapEvents(false)
 {
 }
 
@@ -233,4 +234,4 @@ void TapGestureDetector::OnActorDestroyed(Object& object)
 
 } // namespace Internal
 
-} // namespace Dali
\ No newline at end of file
+} // namespace Dali
index 372a48e..62950b7 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const uint32_t    CORE_MAJOR_VERSION = 2;
 const uint32_t    CORE_MINOR_VERSION = 0;
-const uint32_t    CORE_MICRO_VERSION = 41;
+const uint32_t    CORE_MICRO_VERSION = 42;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index e5aa48e..9f28a33 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.0.41
+Version:    2.0.42
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT