Fixing TDIS-6353.
authorkishorekumar Dachinamoorthy <kishore.d@samsung.com>
Wed, 26 Jun 2013 09:04:05 +0000 (14:34 +0530)
committerkishorekumar Dachinamoorthy <kishore.d@samsung.com>
Wed, 26 Jun 2013 10:59:33 +0000 (16:29 +0530)
Change-Id: I7a59ac6d5fe46577d8bc4dd355775bec1a40b28b

src/ui/controls/FUiCtrl_SliderPresenter.cpp
src/ui/resource/FUi_ResourceSliderConfig.cpp

index 56d0d5f..4932e6d 100644 (file)
@@ -1246,7 +1246,7 @@ _SliderPresenter::DrawSliderBarNumber(int value)
        {
                textColor = __handleTextDisabledColor;
        }
-       else if (__pSlider->IsFocused() == true)
+       else if ((__pSlider->IsFocused() == true) && (__isFocusModeStateChanged == true))
        {
                textColor = __handleTextHighlightedColor;
        }
index 05428b0..b8dface 100644 (file)
@@ -39,7 +39,7 @@ START_UI_CONFIG(SLIDER);
        ADD_COLOR_CONFIG(HANDLE_NUMBER_TEXT_NORMAL, $W0611);
 
        ADD_COLOR_CONFIG(HANDLE_NUMBER_TEXT_PRESSED, $W0611P);
-       ADD_COLOR_CONFIG(HANDLE_NUMBER_TEXT_HIGHLIGHTED, $W0611P);
+       ADD_COLOR_CONFIG(HANDLE_NUMBER_TEXT_HIGHLIGHTED, $W0611);
 
        ADD_COLOR_CONFIG(TITLE_TEXT_NORMAL, $F011L3);
        ADD_COLOR_CONFIG(OVERLAY_BG_NORMAL, $W0631);