mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0001778] WLX plugin Imagine lock current directory
(cherry picked from commit d067079e0a)
This commit is contained in:
parent
bc7922e316
commit
08eac5ed3e
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
WLX-API implementation (TC WLX-API v2.0).
|
||||
|
||||
Copyright (C) 2008 Dmitry Kolomiets (B4rr4cuda@rambler.ru)
|
||||
Copyright (C) 2009-2020 Alexander Koblov (alexx2000@mail.ru)
|
||||
Copyright (C) 2009-2023 Alexander Koblov (alexx2000@mail.ru)
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -426,6 +426,10 @@ begin
|
|||
{$ENDIF}
|
||||
finally
|
||||
FPluginWindow := 0;
|
||||
{$IF DEFINED(MSWINDOWS)}
|
||||
// Reset current directory
|
||||
SetCurrentDirectoryW(PWideChar(CeUtf8ToUtf16(gpExePath)));
|
||||
{$ENDIF}
|
||||
end;
|
||||
// DCDebug('Call ListCloseWindow success');
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue