allow dscan after diff dialog

#80
This commit is contained in:
Basile Burg 2021-04-15 02:47:02 +02:00
parent 2b1ef5b439
commit ad1c137501
1 changed files with 2 additions and 0 deletions

View File

@ -3501,9 +3501,11 @@ begin
replaceUndoableContent(newTxt);
fModified := false;
fFileDate := newDate;
fCanDscan := true;
end;
mrAll:
begin
fCanDscan := true;
p := self.CaretXY;
fModified := false;
self.text := newTxt;