Parameter screen casts floats as ints

A large number of parameters, including cal coefficients, show on QGC as rounded to nearest integer. If I save params to a file, or do param show PARAM in a Mavlink console, I see the full floating point values. Any suggestions on why this would be?

I’m running PX4 1.12 and QGC 4.2.8 on Ubuntu20.

Have you checked whether this has been fixed in the latest QGC version? Oh nevermind, that’s what you’re using.

Have you tried with a newer version of PX4? I wonder if it’s due to the parameter meta data coming from the flight controller.

Yes, I’ve tried the latest stable PX4 and the same behavior is happening. I also cleared the folders under ~/.cache and ~/.config but no change. Thank you for the help.