Skip to content

Commit

Permalink
Fix typo in tree view widget refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Dec 9, 2024
1 parent 671e061 commit a1e1ff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def set_view(

self.setLabel(feature_axis, text=axis_titles[feature])
if feature == "tree":
self.getAxis(feature).setStyle(showValues=False)
self.getAxis(feature_axis).setStyle(showValues=False)
else:
self.getAxis(feature_axis).setStyle(showValues=True)
self.autoRange() # not sure if this is necessary or not
Expand Down

0 comments on commit a1e1ff1

Please sign in to comment.