Skip to content

Commit

Permalink
Testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Feb 13, 2018
1 parent 816e5d9 commit 46f524e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/widgets/projects/explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def __init__(self, directory=None):
vlayout = QVBoxLayout()
self.setLayout(vlayout)

self.explorer = ProjectExplorerWidget(self, show_all=True)
self.explorer = ProjectExplorerWidget(parent=self, show_all=True)
if directory:
self.explorer.setup_project(directory)
else:
Expand Down

0 comments on commit 46f524e

Please sign in to comment.