Issue #1482: add copy table dialog

This commit is contained in:
Ansgar Becker
2025-03-09 20:09:37 +01:00
parent b03583561c
commit 91be516f0f
7 changed files with 722 additions and 8 deletions

View File

@ -4282,6 +4282,7 @@ end;
function TAppSettings.ReadIntDpiAware(Index: TAppSettingIndex; AControl: TControl; FormatName: String=''; Default: Integer=0): Integer;
begin
// Todo: take a forms DesignTimePPI into account
Result := ReadInt(Index, FormatName, Default);
//Result := Round(Result * AControl.ScaleFactor);
end;