fix contextmenuitem seg fault
authorMyung Jin Kim <critical.kim@samsung.com>
Fri, 12 Apr 2013 01:55:33 +0000 (10:55 +0900)
committerMyung Jin Kim <critical.kim@samsung.com>
Fri, 12 Apr 2013 01:55:33 +0000 (10:55 +0900)
Change-Id: Iac29144d41b112079429593eecdb3e116a2047f8

src/ui/controls/FUiCtrl_ContextMenuItem.cpp

index b64fcc5..b8222c0 100644 (file)
@@ -352,7 +352,7 @@ _ContextMenuItem::DrawItemLowerDivider(void)
                dividerLineColor = __lowerDividerLineColor;
        }
 
-       __pUpperDividerLineLabel->SetBackgroundColor(dividerLineColor);
+       __pLowerDividerLineLabel->SetBackgroundColor(dividerLineColor);
        __pLowerDividerLineLabel->Invalidate();
 }