diff --git a/components/lazreport/source/lr_class.pas b/components/lazreport/source/lr_class.pas index 4a368a7444..f093b46a8a 100644 --- a/components/lazreport/source/lr_class.pas +++ b/components/lazreport/source/lr_class.pas @@ -9180,8 +9180,9 @@ begin if Assigned(CurView) and (CurView.Flags and flHideZeros <> 0) then begin - if TVarData(aValue).VType in [varSmallInt, varInteger, varCurrency, varDecimal, varShortInt, varByte, varWord, varLongWord, - varInt64, varQWord] then + if TVarData(aValue).VType in [varSmallInt, varInteger, varCurrency, + varDecimal, varShortInt, varByte, varWord, varLongWord, varInt64, + varQWord, varDouble, varSingle] then begin if aValue = 0 then aValue:='';