Fix #166: hide controls from beginning

This commit is contained in:
Paddy Xu
2018-06-23 16:39:32 +03:00
parent c771c72017
commit 2743a83e27
5 changed files with 24 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ namespace QuickLook.Plugin.VideoViewer
// apply global theme
Resources.MergedDictionaries[0].MergedDictionaries.Clear();
ShowViedoControlContainer(null, null);
//ShowViedoControlContainer(null, null);
viewerPanel.PreviewMouseMove += ShowViedoControlContainer;
mediaElement.PropertyChanged += PlayerPropertyChanged;