[Tizen] add ALIGN operation when changed layout direction
[platform/core/uifw/dali-toolkit.git] / 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;
     }
   }