Ignore:
Timestamp:
Oct 27, 2016, 3:00:47 PM (8 years ago)
Author:
chronos
Message:
  • Added: Remember position and size of main form after close of application.
  • Modified: Updated Common package to latest version.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormOptions.pas

    r72 r73  
    8686procedure TOptionsForm.Save;
    8787begin
    88   Core.ScaleDPI.DPI.X := SpinEditDPIX.Value;
    89   Core.ScaleDPI.DPI.Y := SpinEditDPIY.Value;
     88  Core.ScaleDPI.DPI := Point(SpinEditDPIX.Value, SpinEditDPIY.Value);
    9089  Core.ScaleDPI.AutoDetect := CheckBoxDPIAuto.Checked;
    9190  Core.OptimizationLevel := TCompilerOptimization(ComboBoxOptimizatipn.ItemIndex);
Note: See TracChangeset for help on using the changeset viewer.