Fixed button's focus look error
authorHeeJu Kang <mobum.kang@samsung.com>
Thu, 11 Apr 2013 06:13:11 +0000 (15:13 +0900)
committerHeeJu Kang <mobum.kang@samsung.com>
Thu, 11 Apr 2013 06:13:11 +0000 (15:13 +0900)
Change-Id: I161fb0827c494585a2189255aceead7bea866d3d
Signed-off-by: HeeJu Kang <mobum.kang@samsung.com>
src/FShell_QuickPanelFrame.cpp

index e8d9407..fa41ab5 100644 (file)
@@ -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