Changeset 40 for trunk/Forms
- Timestamp:
- Oct 15, 2018, 5:17:15 PM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r37 r40 1 1 object FormMain: TFormMain 2 Left = 5 462 Left = 577 3 3 Height = 640 4 Top = 3 164 Top = 304 5 5 Width = 920 6 6 Caption = 'LibrePaint' -
trunk/Forms/UFormMain.pas
r38 r40 245 245 if Assigned(Core.Project) then 246 246 with Core.Project do begin 247 if Image tool = itMoveView then begin247 if ImageTool = itMoveView then begin 248 248 View.SrcRect := Bounds(Trunc(StartViewPoint.X + (StartMousePoint.X - X) / View.Zoom), 249 249 Trunc(StartViewPoint.Y + (StartMousePoint.Y - Y) / View.Zoom),
Note:
See TracChangeset
for help on using the changeset viewer.