From 43d6fc3da4cffa5b43079615ab72443cc6254ecc Mon Sep 17 00:00:00 2001 From: Changyong Jeon Date: Mon, 3 Jun 2013 11:30:22 +0900 Subject: [PATCH] fix minor logic Change-Id: I119afd360a06828e2b489c96596147837f201d7b --- src/ClMonthPanel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ClMonthPanel.cpp b/src/ClMonthPanel.cpp index 629f1fd..e8a2dd8 100644 --- a/src/ClMonthPanel.cpp +++ b/src/ClMonthPanel.cpp @@ -968,8 +968,6 @@ MonthPanel::OnSceneActivatedN(const SceneId& previousSceneId, const SceneId& cur { __pListViewEvent->SetBounds(0, GetHeight() - height, GetWidth(), height); } - - __pListViewEvent->UpdateList(); } DateTime maxDateTime = Calendarbook::GetMaxDateTime(); -- 2.7.4