mirror of https://gitlab.com/basile.b/dexed.git
fix #471 - ENTER key doesn't work on non D source if the "alwaysAdvancedFeatures" editor option is not activated
This commit is contained in:
parent
67cd6e9eb4
commit
e07c701c62
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue