Location names are not displayed in Table view

Issue #281 resolved
Jens-Uwe Grooß created an issue

In version 1.6.0 the names in table view in the left column "Location" are not displayed as soon as they are changed, either by typing in a name or by choosing from pre-defined list.

Comments (3)

  1. Joern Ungermann

    The bug can also cause a crash under pyqt5. This is not officially supported, but I saw several installations in the wild that still used pyqt5 as matplotlib instally pyqt6 by default nowadays.

    Quickfix for this: downgrade to pyqt4.

  2. Reimar Bauer

    Resolve display issue for TableView

    The new str class from futurize is not transparently understood by Qt. As such, the "newstr" str replacement of futurize is not displayed. Instead the unicode class is pulled from past. Not tested for Py3, but works for Py2 for pyqt4 and pyqt5.

    Fixes issue #281

    → <<cset 9723a619afd7>>

  3. Log in to comment