Fix for TDIS-6237
authorBhavya Kumili <bhavya.k@samsung.com>
Mon, 8 Jul 2013 11:37:19 +0000 (17:07 +0530)
committerBhavya Kumili <bhavya.k@samsung.com>
Mon, 8 Jul 2013 11:37:19 +0000 (17:07 +0530)
Change-Id: I3f1ab70040aae4dd40522e6000e474938ab93ef6

src/ui/controls/FUiCtrl_DateTimePresenter.cpp

index 0623ba5..c00d339 100644 (file)
@@ -632,6 +632,7 @@ _DateTimePresenter::OnTouchReleased(const _Control& source, const _TouchInfo& to
                __inputComposing = DATETIME_INPUT_END;
                __changeFocusCounter = DATE_TIME_CHANGE_FOCUS_COUNTER_MIN;
                __isPmButtonPressed = false;
+               AdjustDisplayValue(__selectedBoxIndex);
                __pView->Invalidate(true);
 
                return true;