Skip to content

Commit

Permalink
Merge pull request #1 from adetaylor/pyqt
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
adetaylor authored Sep 17, 2024
2 parents ec05404 + 478b359 commit 0d1dd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def minimumSizeHint(self):
"""
return QSize(800, 400)

def mouseReleaseEvent(self, event: QMouseEvent | None) -> None:
def mouseReleaseEvent(self, event) -> None:
"""
Handle a click somewhere in the renderer area. See if it
matches any known link.
Expand Down

0 comments on commit 0d1dd16

Please sign in to comment.