mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
limit title-bar button width; minor fixes and cleanup
This commit is contained in:
@@ -130,7 +130,7 @@ namespace QuickLook.Plugin.VideoViewer
|
||||
|
||||
private void AutoHideViedoControlContainer(object sender, EventArgs e)
|
||||
{
|
||||
if (ShowVideo)
|
||||
if (!ShowVideo)
|
||||
return;
|
||||
|
||||
if (videoControlContainer.IsMouseOver)
|
||||
|
Reference in New Issue
Block a user