mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #1482: add copy table dialog
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user