Modify for N_SE-40500, Did not appear empty text when empty text has set in Uibuilder...
[framework/osp/uifw.git] / src / ui / controls / FUiCtrl_IconListPresenter.cpp
index a7e562f..9786b40 100644 (file)
@@ -1678,6 +1678,12 @@ _IconListPresenter::DrawEmptyList(void)
                        bounds.y += emptyTextHeight + bitmapHeight;
                }
                bounds.height = textDimension.height;
+
+               if (pCanvas == null)
+               {
+                       pCanvas = __pEmptyListVE->GetCanvasN();
+               }
+
                pTextObject->SetBounds(bounds);
                pTextObject->Draw(*_CanvasImpl::GetInstance(*pCanvas));
        }