From 769ebc2ad5301a4002231384ec6ea91358ebbee7 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Thu, 25 Oct 2018 22:05:13 +0200 Subject: [PATCH] Issue #213: use default scaling for db object editors --- source/apphelpers.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/apphelpers.pas b/source/apphelpers.pas index c93583c4..7267cec7 100644 --- a/source/apphelpers.pas +++ b/source/apphelpers.pas @@ -1909,8 +1909,6 @@ begin // Do not set alClient via DFM! In conjunction with ExplicitXXX properties that // repeatedly breaks the GUI layout when you reload the project Align := alClient; - InheritFont(Font); - ScaleControls(Screen.PixelsPerInch, FORMS_DPI); end; destructor TDBObjectEditor.Destroy;