mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Don't scale Left,Top
This commit is contained in:
parent
5b42e9855d
commit
4cacb2bddf
1 changed files with 1 additions and 2 deletions
|
|
@ -127,8 +127,7 @@ begin
|
|||
Form := TCustomForm(Self.Owner);
|
||||
if (Form.DesignTimePPI <> FPixelsPerInch) then
|
||||
begin
|
||||
if StrEnds(Ident, '_Left') or StrEnds(Ident, '_Width') or
|
||||
StrEnds(Ident, '_Top') or StrEnds(Ident, '_Height') then
|
||||
if StrEnds(Ident, '_Width') or StrEnds(Ident, '_Height') then
|
||||
begin
|
||||
if TryStrToInt(Result, Value) then
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue