You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of master, the qt editor is broken when editing an axes that contains
an image throws an error when clicking OK. This is because `self.data`
needs to be modified *in-place* in FormWidget.setup, as FormWidget.get
later checks some explicit types in there.
This means, as a side note, that passing a tuple instead of a list to
generate a QComboBox is broken (one can test that by modifying the
example at the bottom of the module -- the results are different
depending on whether 'list2' is a list or a tuple) but that's something
we can deal with some other day...
0 commit comments