limit title-bar button width; minor fixes and cleanup

This commit is contained in:
Paddy Xu
2017-11-02 22:32:49 +02:00
parent 5055669981
commit 7ba410bb4e
4 changed files with 14 additions and 9 deletions

View File

@@ -130,7 +130,7 @@ namespace QuickLook.Plugin.VideoViewer
private void AutoHideViedoControlContainer(object sender, EventArgs e)
{
if (ShowVideo)
if (!ShowVideo)
return;
if (videoControlContainer.IsMouseOver)