Skip to content

Commit

Permalink
DocumentWindow can now launch and close without exception in the basi…
Browse files Browse the repository at this point in the history
…c case of creating a part. Need more tests
  • Loading branch information
grinner committed May 15, 2018
1 parent 9f6426d commit f9ade51
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 116 deletions.
2 changes: 1 addition & 1 deletion cadnano/controllers/documentcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, document_item, document: DocT):
self.self_signals = []

# call other init methods
app().document_controllers.add(self)
# app().document_controllers.add(self)
# end def

def connectSignals(self):
Expand Down
Loading

0 comments on commit f9ade51

Please sign in to comment.