Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
albireo77 committed Jan 27, 2018
1 parent 427fdc4 commit 6c1b934
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
5.13 [27.01.2018]
- Flowchart Settings: add pen color
- Navigator: improve frame drawing performance

5.12 [21.01.2018]
- Navigator: fix red screen for newly created flowchart tab
- Flowchart: replace gray component edges with black color
Expand Down
1 change: 1 addition & 0 deletions Forms/EditMemo_Form.pas
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ procedure TMemoEditorForm.FormShow(Sender: TObject);
memEditor.WordWrap := Source.WordWrap;
memEditor.Text := Source.Text;
memEditor.SelStart := Source.SelStart;
memEditor.SelLength := Source.SelLength;
memEditor.SetFocus;
end;
end;
Expand Down
Binary file modified english_loc.RES
Binary file not shown.

0 comments on commit 6c1b934

Please sign in to comment.