FIX: Bug [0002107]

This commit is contained in:
Alexander Koblov 2018-07-23 17:59:52 +00:00
commit 089bdc307a

View file

@ -2590,6 +2590,7 @@ procedure TfrmMain.GetListOpenedPaths(const APaths: TStringList);
end;
begin
APaths.Clear;
GetNotebookPaths(nbLeft);
GetNotebookPaths(nbRight);
end;