Changeset 170 for trunk/UCore.pas
- Timestamp:
- Nov 23, 2017, 5:02:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r166 r170 8 8 Classes, SysUtils, XMLConf, FileUtil, ActnList, Controls, Dialogs, Forms, 9 9 UGame, UApplicationInfo, UPersistentForm, UScaleDPI, UCoolTranslator, 10 URegistry, ULastOpenedList, Registry, Menus ;10 URegistry, ULastOpenedList, Registry, Menus, UGeometry; 11 11 12 12 type … … 419 419 LastOpenedList1.AddItem(FileName); 420 420 with Core.CurrentClient do 421 View.DestRect := Bounds(0, 0, FormMain.PaintBox1.Width, FormMain.PaintBox1.Height); 421 View.DestRect := TRect.CreateBounds(TPoint.Create(0, 0), 422 TPoint.Create(FormMain.PaintBox1.Width, FormMain.PaintBox1.Height)); 422 423 FormMain.AZoomAll.Execute; 423 424 FormMain.Redraw;
Note:
See TracChangeset
for help on using the changeset viewer.