Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OW*TreeViewer: Use correct attribute for value formatting
Before, self.attribute() returned TREE_UNDEFINED (-2) for leaf nodes which failed with domains of a single feature and worked incorrectly with all other domains (it took the second to last feature). Now, use self.parent.attribute() to format the value of the split.
- Loading branch information