Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Orange/widgets/visualize/pythagorastreeviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def tooltip_changed(self, tooltip_enabled):
def clear(self):
"""Clear the entire widget state."""
self.clear_tree()
self._target_class_index = 0

def clear_tree(self):
"""Clear only the tree, keeping tooltip and color functions."""
Expand Down