mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 07:59:44 +02:00
LazUtils: Formatting.
git-svn-id: trunk@48483 -
This commit is contained in:
parent
f736aee269
commit
3c30f0d516
@ -320,7 +320,7 @@ begin
|
||||
begin
|
||||
FloatValue := GetFloatProp(Instance, PropInfo);
|
||||
if (DefInstance <> nil) then
|
||||
DefFloatValue := GetFloatProp(DefInstance, PropInfo);
|
||||
DefFloatValue := GetFloatProp(DefInstance, PropInfo);
|
||||
if (DefInstance <> nil) and (DefFloatValue = FloatValue) then
|
||||
DeleteValue(Path)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user