From 870141cbd806ef0435d694f627a4fcaa89d17bb9 Mon Sep 17 00:00:00 2001 From: Vinay Dutt Vyas Date: Wed, 20 Mar 2013 17:32:37 +0530 Subject: [PATCH] Fix for 3531: Scroll Bar issue Change-Id: I247eaea42a480a695e179e819c665262717ca4e3 --- src/ui/controls/FUiCtrl_ListImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/controls/FUiCtrl_ListImpl.cpp b/src/ui/controls/FUiCtrl_ListImpl.cpp index 842493a..b84c72e 100644 --- a/src/ui/controls/FUiCtrl_ListImpl.cpp +++ b/src/ui/controls/FUiCtrl_ListImpl.cpp @@ -273,7 +273,7 @@ _ListImpl::CreateListImplN(List* pControl, const Rectangle& bounds) _TableView* pCore = null; _ListImpl* pImpl = null; - pCore = _TableView::CreateTableViewN(TABLE_VIEW_STYLE_SIMPLE, true, TABLE_VIEW_SCROLL_BAR_STYLE_FIXED); + pCore = _TableView::CreateTableViewN(TABLE_VIEW_STYLE_SIMPLE, true, TABLE_VIEW_SCROLL_BAR_STYLE_FADE_OUT); r = GetLastResult(); SysTryReturn(NID_UI_CTRL, pCore, null, r, "[%s] Propagating.", GetErrorMessage(r)); -- 2.7.4