Skip to content

Commit

Permalink
Make sure the widget can be docked
Browse files Browse the repository at this point in the history
Signed-off-by: Brianna Major <[email protected]>
  • Loading branch information
bnmajor committed Aug 28, 2023
1 parent 17b5bf2 commit e372aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexrd/ui/materials_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def show_overlay_manager(self):
self._overlay_manager.ui.close()
del self._overlay_manager

self._overlay_manager = OverlayManager(self.ui)
self._overlay_manager = OverlayManager(self.parent())
self._overlay_manager.show()

def update_table(self):
Expand Down

0 comments on commit e372aaf

Please sign in to comment.