(TextEditor) Fix partial update issue for HighlightView 73/319473/2
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 11 Feb 2025 11:02:54 +0000 (20:02 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 12 Feb 2025 03:21:31 +0000 (12:21 +0900)
Change-Id: I57015dc86e80dd215acb6f215894ddea3e362691
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-toolkit/internal/text/decorator/text-decorator.cpp

index b3e562ec3c6bb36ca269532ed8081dccc45ecb67..9f807dfc972ef6d06d4e0ce57a02fd425a9007f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2024 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2025 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -406,6 +406,11 @@ struct Decorator::Impl : public ConnectionTracker
     {
       CreateHighlight();
       UpdateHighlight();
+
+      if(mHighlightActor)
+      {
+        container.Add(mHighlightActor, mHighlightSize);
+      }
     }
     else
     {