Minor fixes.
This commit is contained in:
@@ -79,7 +79,7 @@ end;
|
||||
|
||||
function TSettings.FBackColorRead: TColor;
|
||||
begin
|
||||
Result := FIniFile.ReadInteger(sMain, 'BackColor', clBtnFace);
|
||||
Result := FIniFile.ReadInteger(sMain, 'BackColor', clFuchsia);
|
||||
end;
|
||||
|
||||
procedure TSettings.FBitModeWrite(Mode: Integer);
|
||||
|
||||
Reference in New Issue
Block a user