Merge "It may be outside the range of type int. Change to uint64_t." into devel/master
authorjoogab yun <joogab.yun@samsung.com>
Thu, 16 Jun 2022 07:25:39 +0000 (07:25 +0000)
committerGerrit Code Review <gerrit@review>
Thu, 16 Jun 2022 07:25:39 +0000 (07:25 +0000)
dali-toolkit/internal/text/text-controller-relayouter.cpp

index b9b4f56..527bb99 100644 (file)
@@ -93,11 +93,8 @@ Size Controller::Relayouter::CalculateLayoutSizeOnRequiredControllerSize(Control
   {
     impl.UpdateModel(onlyOnceOperations);
 
-    if(impl.mIsAutoScrollEnabled)
-    {
-      // Layout the text for the new width.
-      operationsPending = static_cast<OperationsMask>(operationsPending | requestedOperationsMask);
-    }
+    // Layout the text for the new width.
+    operationsPending = static_cast<OperationsMask>(operationsPending | requestedOperationsMask);
 
     DoRelayout(impl,
                requestedControllerSize,