Skip to content

Proposing fix for issue #648 (taurusLabel.setModelIndex() not working).

Matej Komel requested to merge github/fork/mkomel/develop into develop

Fix is really simple, instead of calling getDisplayValue on the label it should be done on "self", so that it ends up in TaurusScalarAttributeControllerHelper.getDisplayValue, where the modelIndex handling is implemented.

Merge request reports