[Tizen] add ALIGN operation when changed layout direction 43/223143/1
authorJoogab Yun <joogab.yun@samsung.com>
Thu, 23 Jan 2020 07:59:52 +0000 (16:59 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Thu, 23 Jan 2020 08:00:35 +0000 (17:00 +0900)
Change-Id: I9253b39490adaa6f7eae080b5b3829638baf23a6

dali-toolkit/internal/text/text-controller.cpp

index 9d02e11..880c0c4 100755 (executable)
@@ -2566,7 +2566,8 @@ Controller::UpdateTextType Controller::Relayout( const Size& size )
                                                               UPDATE_DIRECTION          |
                                                               LAYOUT                    |
                                                               BIDI_INFO                 |
-                                                              REORDER );
+                                                              REORDER                   |
+                                                              ALIGN );
       mImpl->mLayoutDirection = layoutDirection;
     }
   }