Skip to content

Commit

Permalink
Fix bragg plotting name
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson authored and marshallmcdonnell committed Feb 7, 2019
1 parent 5220172 commit f0a6b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/addie
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ class MainWindow(QMainWindow):
# frame_graphicsView_bragg
graphicsView_layout = QVBoxLayout()
self.ui.frame_graphicsView_bragg.setLayout(graphicsView_layout)
self.ui.graphicsView_main = BraggView(self)
graphicsView_layout.addWidget(self.ui.graphicsView_main)
self.ui.graphicsView_bragg = BraggView(self)
graphicsView_layout.addWidget(self.ui.graphicsView_bragg)

# frame_graphicsView_sq
graphicsView_layout = QVBoxLayout()
Expand Down

0 comments on commit f0a6b41

Please sign in to comment.