File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Plugins/Flow.Launcher.Plugin.Explorer/Helper Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- using System ;
1
+ using System ;
2
2
using System . Text ;
3
3
using System . Runtime . InteropServices ;
4
4
using System . Drawing ;
@@ -341,7 +341,7 @@ protected IntPtr[] GetPIDLs(DirectoryInfo[] arrFI)
341
341
return null ;
342
342
}
343
343
344
- IShellFolder oParentFolder = GetParentFolder ( arrFI [ 0 ] . Parent . FullName ) ;
344
+ IShellFolder oParentFolder = GetParentFolder ( arrFI [ 0 ] . Parent ! . FullName ) ;
345
345
if ( null == oParentFolder )
346
346
{
347
347
return null ;
@@ -1535,7 +1535,7 @@ public void Install()
1535
1535
m_hookType ,
1536
1536
m_filterFunc ,
1537
1537
IntPtr . Zero ,
1538
- ( int ) AppDomain . GetCurrentThreadId ( ) ) ;
1538
+ Environment . CurrentManagedThreadId ) ;
1539
1539
}
1540
1540
// ************************************************************************
1541
1541
You can’t perform that action at this time.
0 commit comments