In Editor::FreeAllocatedData() also set NumLine to 0
commit593746c11597150ffa094addfacc0234f4cb6caf
authorakruphi <92621645+akruphi@users.noreply.github.com>
Fri, 8 Dec 2023 20:22:13 +0000 (8 23:22 +0300)
committerakruphi <92621645+akruphi@users.noreply.github.com>
Fri, 8 Dec 2023 20:22:13 +0000 (8 23:22 +0300)
tree440b45280b616a6d688627008f07fcb3d89db1f0
parent60a1cae774dcf1dea4a0ceea9bbbcbbda640185d
In Editor::FreeAllocatedData() also set NumLine to 0

It fix incorrect behavior with rows after call FileEditor::LoadFile() in Shift-F2 & F8/Shift-F8.
And it fix #1918
far2l/src/editor.cpp
far2l/src/fileedit.cpp