Revert "[Tizen] Reset to "Prevent keypad enter key inserting when textfield is in...
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 16 Oct 2024 06:47:31 +0000 (15:47 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 16 Oct 2024 06:47:31 +0000 (15:47 +0900)
This reverts commit 002a913756267e596c9a0c43a982b343697f72e7.

dali-toolkit/public-api/controls/control-impl.cpp

index 068fb03503bebc0411924c53283aa0f0ca152c56..177c43f53db4a2ecce29cf3cc6efb76d23b35961 100644 (file)
@@ -615,15 +615,6 @@ void Control::OnPropertySet(Property::Index index, const Property::Value& proper
       }
       break;
     }
-    case Actor::Property::VISIBLE:
-    {
-      auto accessible = GetAccessibleObject();
-      if(DALI_LIKELY(accessible) && accessible->IsHighlighted())
-      {
-        accessible->EmitVisible(Self().GetProperty<bool>(Actor::Property::VISIBLE));
-      }
-      break;
-    }
     case DevelActor::Property::USER_INTERACTION_ENABLED:
     {
       const bool enabled = propertyValue.Get<bool>();