Skip to content

Commit

Permalink
Correction of 6265
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Feb 2, 2024
1 parent 00e0e1f commit 9adfdda
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions far/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
--------------------------------------------------------------------------------
drkns 2024-02-02 08:43:11+00:00 - build 6266

1. Correction of 6265.

--------------------------------------------------------------------------------
rohitab 2024-01-31 11:44:30+11:00 - build 6265

Expand Down
5 changes: 5 additions & 0 deletions far/dlgedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ DlgEdit::~DlgEdit()
void DlgEdit::SetHistory(string_view const Name)
{
iHistory = std::make_unique<History>(HISTORYTYPE_DIALOG, Name, Global->Opt->Dialogs.EditHistory, false);

if (lineEdit)
{
lineEdit.get()->pHistory = iHistory.get();
}
}

bool DlgEdit::ProcessKey(const Manager::Key& Key)
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6265
6266

0 comments on commit 9adfdda

Please sign in to comment.