Fix for issue N_SE-39876
authorKunal Sinha <kunal.sinha@samsung.com>
Wed, 29 May 2013 13:31:26 +0000 (19:01 +0530)
committerKunal Sinha <kunal.sinha@samsung.com>
Wed, 29 May 2013 13:31:26 +0000 (19:01 +0530)
Change-Id: I1f1057815ec639bbeaf24c332a3d85b09443e576
Signed-off-by: Kunal Sinha <kunal.sinha@samsung.com>
src/ui/controls/FUiCtrl_EditPresenter.cpp

index e872a59..85ab198 100644 (file)
@@ -2216,7 +2216,7 @@ _EditPresenter::Draw(Canvas& canvas)
        DrawScrollBar();
 
        //To avoid resizing to Flexible bounds on User SetBounds in Non-focussed mode
-       if (IsFocused())
+       if (IsFocused() || (!__isAutoShrinkEnabled))
        {
                if (__pEdit->GetEditStyle() & EDIT_STYLE_FLEXIBLE)
                {