Expose TopMost parameter to outside world

This commit is contained in:
Paddy Xu
2017-06-09 21:26:18 +03:00
parent 689bb33427
commit 1c4d16805f
2 changed files with 4 additions and 7 deletions

View File

@@ -23,10 +23,6 @@ namespace QuickLook
InitializeComponent();
// do not set TopMost property if we are now debugging. it makes debugging painful...
if (!Debugger.IsAttached)
Topmost = true;
SourceInitialized += (sender, e) =>
{
if (AllowsTransparency)