From c125fa0b6c42ba73e45d8e437abac0c3c099884f Mon Sep 17 00:00:00 2001 From: Syed Khaja Moinuddin Date: Sun, 7 Apr 2013 19:47:54 +0900 Subject: [PATCH] Reverted the fix for N_SE-30325. As this should be done in UiBuilderTool. Change-Id: Icb8466b6ffab01c515b3f631721dd037137efef4 Signed-off-by: Syed Khaja Moinuddin --- src/ui/controls/FUiCtrl_SliderImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/controls/FUiCtrl_SliderImpl.cpp b/src/ui/controls/FUiCtrl_SliderImpl.cpp index db41cb9..b268ffd 100644 --- a/src/ui/controls/FUiCtrl_SliderImpl.cpp +++ b/src/ui/controls/FUiCtrl_SliderImpl.cpp @@ -731,7 +731,7 @@ protected: pSlider->SetBarColor(color); } - if (pControl->GetElement(L"barBGColor", elementString)) + if (pControl->GetElement(L"barBackgroundColor", elementString)) { ConvertStringToColor(elementString, color); pSlider->SetBarBackgroundColor(color); -- 2.7.4