Fix for Issue N_SE-37576
authorKunal Sinha <kunal.sinha@samsung.com>
Mon, 6 May 2013 13:56:20 +0000 (19:26 +0530)
committerKunal Sinha <kunal.sinha@samsung.com>
Mon, 6 May 2013 13:56:20 +0000 (19:26 +0530)
Change-Id: Iddc7cfda0487bc9220010a99ce9ccbe47ee7445b
Signed-off-by: Kunal Sinha <kunal.sinha@samsung.com>
src/ui/controls/FUiCtrl_TokenEditPresenter.cpp

index 09ed769..52f0f68 100644 (file)
@@ -2387,7 +2387,8 @@ _TokenEditPresenter::AdjustFlexibleHeight(void)
                editRect.height = calcHeight;
                if (!__isEditingToken)
                {
-                       r = SetFlexBounds(editRect);
+                       FloatRectangle editRectBounds = CoordinateSystem::AlignToDevice(editRect);
+                       r = SetFlexBounds(editRectBounds);
                }
        }