fix #471 - ENTER key doesn't work on non D source if the "alwaysAdvancedFeatures" editor option is not activated

This commit is contained in:
Basile Burg 2019-05-09 00:59:52 +02:00
parent 67cd6e9eb4
commit e07c701c62
1 changed files with 1 additions and 0 deletions

View File

@ -3538,6 +3538,7 @@ begin
decCallTipsLvl; decCallTipsLvl;
end; end;
VK_RETURN: VK_RETURN:
if isDSource then
begin begin
fCanDscan:=true; fCanDscan:=true;
line := LineText; line := LineText;