Skip to content

Commit

Permalink
Undo previous merge conflict causing preference window to be recreated.
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Apr 28, 2023
1 parent b255b32 commit 5868604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sas/qtgui/MainWindow/GuiManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def addWidgets(self):
self.ackWidget = Acknowledgements()
self.aboutWidget = AboutBox()
self.categoryManagerWidget = CategoryManager(self._parent, manager=self)
self.preferences = PreferencesPanel(self._parent)

self.grid_window = None
self.grid_window = BatchOutputPanel(parent=self)
Expand Down

0 comments on commit 5868604

Please sign in to comment.