Fixed compile error
authorHyerim Kim <rimi.kim@samsung.com>
Wed, 5 Apr 2017 11:57:15 +0000 (20:57 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:52 +0000 (18:34 +0900)
Change-Id: I68f31c689bec97570346b68f03cf80719cbd7549
Signed-off-by: Hyerim Kim <rimi.kim@samsung.com>
TVHome/TVHome/Controls/SubPanelButton.xaml.cs

index fde5f5e..b122179 100755 (executable)
@@ -27,6 +27,7 @@ namespace TVHome.Controls
     /// </summary>
     public partial class SubPanelButton : PanelButton
     {
+        private bool isPopupShowing = false;
         /// <summary>
         /// Constructor
         /// </summary>