titusjan / argos

Argos: a data viewer that can read HDF5, NetCDF4, and other file formats.
GNU General Public License v3.0
176 stars 26 forks source link

Fixed a number of instances where Qt functions expected integers, but… #24

Closed sidneycadot closed 2 years ago

sidneycadot commented 2 years ago

Fixed a bunch of places where Qt methods were passed floats while they expected integers.

There are probably more such places.

titusjan commented 2 years ago

Thanks