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;
|
||||
end;
|
||||
VK_RETURN:
|
||||
if isDSource then
|
||||
begin
|
||||
fCanDscan:=true;
|
||||
line := LineText;
|
||||
|
|
Loading…
Reference in New Issue