Fix for TDIS-5458.
authorsr.shashank <sr.shashank@samsung.com>
Tue, 23 Apr 2013 07:20:28 +0000 (12:50 +0530)
committersr.shashank <sr.shashank@samsung.com>
Tue, 23 Apr 2013 07:20:28 +0000 (12:50 +0530)
Change-Id: I73ad6e5b228806ff37ffe1f9fc903c451b2e18f7
Signed-off-by: sr.shashank <sr.shashank@samsung.com>
src/ui/controls/FUiCtrl_DateTimePresenter.cpp

index 4b012db..0147a5d 100644 (file)
@@ -510,6 +510,8 @@ _DateTimePresenter::SetFont(Font* pFont)
                __pInputPad->SetFont(pFont);
        }
 
+       __pFont = pFont;
+
        return E_SUCCESS;
 }