tableview misses data

Issue #332 resolved
Reimar Bauer created an issue

I tried to add some new waypoint.

table view shows white fields of those entries

Comments (3)

  1. Reimar Bauer reporter

    Converted numpy floats to python floats on mouse change of waypoint coordinates

    QT does not display numpy float objects in table views. In python3 "round" of a numpy float returns the same type whereas in python2, a python float was returned.

    Fixes issue #332

    → <<cset bfb402f6b8b7>>

  2. Log in to comment