mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Viewer - load previous file, reload (with plugins)
This commit is contained in:
parent
8872d2564a
commit
404d634901
1 changed files with 3 additions and 0 deletions
|
|
@ -2254,6 +2254,7 @@ end;
|
|||
|
||||
procedure TfrmViewer.cm_Reload(const Params: array of string);
|
||||
begin
|
||||
ExitPluginMode;
|
||||
LoadFile(iActiveFile);
|
||||
end;
|
||||
|
||||
|
|
@ -2298,6 +2299,7 @@ begin
|
|||
Exit;
|
||||
|
||||
end;
|
||||
ExitPluginMode;
|
||||
if pnlPreview.Visible then
|
||||
begin
|
||||
if DrawPreview.Col = 0 then
|
||||
|
|
@ -2680,6 +2682,7 @@ end;
|
|||
|
||||
procedure TfrmViewer.cm_ShowPlugins(const Params: array of string);
|
||||
begin
|
||||
ExitPluginMode;
|
||||
bPlugin:= CheckPlugins(FileList.Strings[iActiveFile], True);
|
||||
if bPlugin then
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue