From 1f4bfcb6057eee1b03239ccfc9bde876ff3fb023 Mon Sep 17 00:00:00 2001 From: Myung Jin Kim Date: Fri, 12 Apr 2013 10:55:33 +0900 Subject: [PATCH] fix contextmenuitem seg fault Change-Id: Iac29144d41b112079429593eecdb3e116a2047f8 --- src/ui/controls/FUiCtrl_ContextMenuItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/controls/FUiCtrl_ContextMenuItem.cpp b/src/ui/controls/FUiCtrl_ContextMenuItem.cpp index b64fcc5..b8222c0 100644 --- a/src/ui/controls/FUiCtrl_ContextMenuItem.cpp +++ b/src/ui/controls/FUiCtrl_ContextMenuItem.cpp @@ -352,7 +352,7 @@ _ContextMenuItem::DrawItemLowerDivider(void) dividerLineColor = __lowerDividerLineColor; } - __pUpperDividerLineLabel->SetBackgroundColor(dividerLineColor); + __pLowerDividerLineLabel->SetBackgroundColor(dividerLineColor); __pLowerDividerLineLabel->Invalidate(); } -- 2.7.4