graemeg / xananews

A fantastic Windows NNTP client, written in Delphi.
Other
52 stars 17 forks source link

[FixInsight Warning] cmpRuler.pas(112): W507 THEN statement is equal to ELSE statement #6

Open IL2 opened 8 years ago

IL2 commented 8 years ago

Possible error here: https://github.com/graemeg/xananews/blob/master/components/MiscUnits/Source/cmpRuler.pas#L112

procedure TXNRuler.Paint;
  if fDialogBox <> 0 then
    sm := fSmallTickSpacing
  else
    sm := fSmallTickSpacing;

[FixInsight Warning] cmpRuler.pas(112): W507 THEN statement is equal to ELSE statement