From f5b073ea27891f94f737e7555e48e36e8090ede2 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Tue, 8 Jan 2019 17:34:37 +0300 Subject: [PATCH] Video page fixes Related Work Items: #249 --- FoxTube/Pages/VideoPage.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FoxTube/Pages/VideoPage.xaml.cs b/FoxTube/Pages/VideoPage.xaml.cs index 3360219..420519a 100644 --- a/FoxTube/Pages/VideoPage.xaml.cs +++ b/FoxTube/Pages/VideoPage.xaml.cs @@ -406,8 +406,8 @@ namespace FoxTube.Pages mainContent.Children.Remove(pivot); tabsPlaceholder.Children.Add(pivot); + pivot.SelectedItem = descriptionPanel; descriptionPanel.Opacity = 1; - descriptionPanel.IsHitTestVisible = true; pivot.Items.RemoveAt(0); mainContent.Children.Add(descriptionPanel);