[NUI] fix c&p error (#1721)
authorYeongJong Lee <cleanlyj@naver.com>
Mon, 22 Jun 2020 05:38:05 +0000 (14:38 +0900)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2020 05:38:05 +0000 (14:38 +0900)
Co-authored-by: Yeongjong Lee <yj34.lee@samsung.com>
src/Tizen.NUI.Components/Controls/ScrollableBase.cs

index 1d1b86c..aa44760 100755 (executable)
@@ -88,7 +88,7 @@ namespace Tizen.NUI.Components
                         {
                             childWidthState = MeasuredSize.StateType.MeasuredSizeTooSmall;
                         }
-                        if (childLayout.MeasuredWidth.State == MeasuredSize.StateType.MeasuredSizeTooSmall)
+                        if (childLayout.MeasuredHeight.State == MeasuredSize.StateType.MeasuredSizeTooSmall)
                         {
                             childHeightState = MeasuredSize.StateType.MeasuredSizeTooSmall;
                         }