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 b36fdef commit 427fdc4
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Common/MemoEx.pas
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ constructor TMemoEx.Create(AOwner: TComponent);
EditFormWidth := 280;
EditFormHeight := 182;
FHasVScroll := true;
ParentCtl3D := false;
BorderStyle := bsNone;
Ctl3D := false;
OnKeyDown := TInfra.OnKeyDownSelectAll;
Expand Down
2 changes: 1 addition & 1 deletion Forms/Navigator_Form.pas
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ procedure TNavigatorForm.FormMouseDown(Sender: TObject; Button: TMouseButton; Sh
box := GProject.GetActivePage.Box;
box.HorzScrollBar.Position := MulDiv(X, box.HorzScrollBar.Range, ClientWidth) - (box.ClientWidth div 2);
box.VertScrollBar.Position := MulDiv(Y, box.VertScrollBar.Range, ClientHeight) - (box.ClientHeight div 2);
Invalidate;
Repaint;
box.Repaint;
end;
end;
Expand Down
Binary file modified loc/chinese.lng
Binary file not shown.
Binary file modified loc/english.lng
Binary file not shown.
Binary file modified loc/espanol.lng
Binary file not shown.
Binary file modified loc/francais.lng
Binary file not shown.
Binary file modified loc/german.lng
Binary file not shown.
Binary file modified loc/polish.lng
Binary file not shown.

0 comments on commit 427fdc4

Please sign in to comment.