mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
Expose TopMost parameter to outside world
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user