Changeset 707 for trunk/Settings.pas


Ignore:
Timestamp:
Aug 19, 2025, 9:36:23 PM (31 hours ago)
Author:
chronos
Message:
  • Fixed: Better start screen location calculation for lower than 800x600 resolutions to make visible entire window.
  • Fixed: Memory overflow in minimap drawing with some higher DPI settings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Settings.pas

    r681 r707  
    66  Classes, SysUtils, FileUtil, Dialogs, LCLProc, ScreenTools, Messg, ButtonA,
    77  Directories, DrawDlg, ButtonC, KeyBindings, Languages, ListBoxEx,
    8   {$IFDEF DPI}Dpi.Forms, Dpi.Controls, Dpi.Graphics, Dpi.StdCtrls, System.UITypes{$ELSE}
     8  {$IFDEF DPI}Dpi.Forms, Dpi.Controls, Dpi.Graphics, Dpi.StdCtrls{$ELSE}
    99  Forms, Controls, Graphics, StdCtrls{$ENDIF}, Controls;
    1010
     
    5656    LocalGamma: Integer;
    5757    LocalKeyBindings: TKeyBindings;
    58     LocalMusicEnabled: Integer;
    5958    LocalMusicVolume: Integer;
    6059    CurrentKeyBinding: TKeyBinding;
Note: See TracChangeset for help on using the changeset viewer.