Skip to content

Commit

Permalink
Fix #189
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCeruti committed Dec 14, 2019
1 parent 6388b26 commit d705d88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/ui/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def set_layout(self, layout):
self.deselectAll.triggered.disconnect()
self.invertSelection.triggered.disconnect()

self.filename = ""
self.layout = layout
self.centralWidget().layout().addWidget(self.layout)
self.layout.show()
Expand Down

0 comments on commit d705d88

Please sign in to comment.