Skip to content

Commit

Permalink
fixed cache error
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Nov 24, 2023
1 parent f3f341c commit ada7bc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,11 @@ def reset(self):
for i in range(8):
self.widget(i).model().reset()

self.pose_id = 0
self.binding_site = None
self.complex_pdb = None
self.complex_vis = None

class DockeyConfigPage(QWidget):
def __init__(self, parent):
super().__init__(parent)
Expand Down

0 comments on commit ada7bc3

Please sign in to comment.