Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Fix recursive object __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed May 27, 2020
1 parent dddaaf0 commit b6296f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guiscrcpy/ux/swipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def __init__(self, ux_wrapper=None, frame=False, always_on_top=True):
:param always_on_top: bool
"""
QMainWindow.__init__(self)
super(SwipeUX, self).__init__()
self.oldPos = None
self.name = "swipe"
self.uid = uuid.uuid4()
Expand Down

0 comments on commit b6296f3

Please sign in to comment.