From c0358b337d49cb1749eaa9be682925e6b4dab6c5 Mon Sep 17 00:00:00 2001 From: HeeJu Kang Date: Thu, 11 Apr 2013 15:13:11 +0900 Subject: [PATCH] Fixed button's focus look error Change-Id: I161fb0827c494585a2189255aceead7bea866d3d Signed-off-by: HeeJu Kang --- src/FShell_QuickPanelFrame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FShell_QuickPanelFrame.cpp b/src/FShell_QuickPanelFrame.cpp index e8d9407..fa41ab5 100644 --- a/src/FShell_QuickPanelFrame.cpp +++ b/src/FShell_QuickPanelFrame.cpp @@ -358,7 +358,7 @@ _QuickPanelFrame::OnTouchMoved(const _Control& source, const _TouchInfo& touchin } __isBubbled = false; } - return true; + return false; } bool @@ -375,7 +375,7 @@ _QuickPanelFrame::OnTouchCanceled(const _Control& source, const _TouchInfo& touc { __isBubbled = false; } - return true; + return false; } void -- 2.7.4