Skip to content

Commit

Permalink
Correction of 6227.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Dec 11, 2024
1 parent b93e9a0 commit c330fd4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions far/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
--------------------------------------------------------------------------------
drkns 2024-12-11 19:02:47+00:00 - build 6400

1. Correction of 6227.3.

--------------------------------------------------------------------------------
skipik 2024-12-08 10:58:25+03:00 - build 6399

Expand Down
4 changes: 3 additions & 1 deletion far/filepanels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,9 @@ panel_ptr FilePanels::ChangePanel(panel_ptr Current, panel_type NewType, int Cre
}
else
{
NewPanel->dispose();
if (CreateNew)
NewPanel->dispose();

NewPanel = CreatePanel(NewType);
}

Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6399
6400

0 comments on commit c330fd4

Please sign in to comment.