Skip to content
Commit c660f263 authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

fix arm build

qreal is float on arm whereas it is double elsewhere; so
KisFixedPoint(qreal) is not a direct candidate for n.n on arm
(only n.nf would be), making it necessary to cast explicitly to qreal.

patch by:
Michael D. Stemle, Jr
Jonathan Riddell
parent 6df1843f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment