Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.
/ DF Public archive

Commit

Permalink
Editor: Ctrl+D with trigger push & message
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymaster committed Jan 23, 2016
1 parent 9ad47b0 commit b9bf3f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Editor2 Source/f_main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4141,6 +4141,15 @@ procedure TMainForm.FormKeyDown(Sender: TObject; var Key: Word;
end;
Exit;
end;
vleObjectProperty.FindRow(_lc[I_PROP_TR_PUSH_ANGLE], i);
if i <= 0 then
vleObjectProperty.FindRow(_lc[I_PROP_TR_MESSAGE_TEXT], i);
if i > 0 then
begin
vleObjectProperty.Row := i;
vleObjectProperty.SetFocus();
Exit;
end;
end;
end;
end;
Expand Down

0 comments on commit b9bf3f9

Please sign in to comment.