Fix for N_SE-50939
authorGaurav Bhatt <gaurav.bhatt@samsung.com>
Wed, 4 Sep 2013 15:49:28 +0000 (21:19 +0530)
committerGaurav Bhatt <gaurav.bhatt@samsung.com>
Wed, 4 Sep 2013 15:49:28 +0000 (21:19 +0530)
Change-Id: Id16fb659e2347b5a4d550f8bb75b0505b41446ba
Signed-off-by: Gaurav Bhatt <gaurav.bhatt@samsung.com>
src/ClEventEditorForm.cpp

index 9e23bf5..f9c4114 100644 (file)
@@ -491,7 +491,7 @@ EventEditorForm::UpdateItem(int sectionIndex, int itemIndex, TableViewItem* pIte
        case GROUP_INFORMATION_CONTENT:
                if (itemIndex == INFORMATION_CONTENT_ITEM_DESCRIPTION)
                {
-                       pItem->SetSize(pItem->GetWidth(), __pExpandableEditAreaNote->GetHeight());
+                       pItem->SetSize(pItem->GetWidthF(), __pExpandableEditAreaNote->GetHeightF());
                }
                break;
        case GROUP_ADDITIONAL_CONTENT: