Skip to content

Commit

Permalink
Merge pull request #165 from PrimozGodec/fix-random-data
Browse files Browse the repository at this point in the history
Random data - Fix editor event
  • Loading branch information
PrimozGodec authored Jan 15, 2024
2 parents bbffe63 + 63af3c2 commit ec03a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/educational/widgets/owrandomdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def enterEvent(self, e):
self.trash_button.setHidden(False)

def leaveEvent(self, e):
super().enterEvent(e)
super().leaveEvent(e)
self.trash_button.setHidden(True)

def add_standard_parameters(self, parent):
Expand Down

0 comments on commit ec03a72

Please sign in to comment.