Skip to content

Commit

Permalink
Merge pull request #1713 from HEXRD/overlay-style-picker-remove-parent
Browse files Browse the repository at this point in the history
Do not set a parent for OverlayStylePicker
  • Loading branch information
saransh13 authored Jul 5, 2024
2 parents c79e4d2 + d54f4ed commit 058a964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexrdgui/overlay_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,5 +292,5 @@ def remove(self):
self.update_table()

def edit_style(self):
self._style_picker = OverlayStylePicker(self.active_overlay, self.ui)
self._style_picker = OverlayStylePicker(self.active_overlay)
self._style_picker.exec()

0 comments on commit 058a964

Please sign in to comment.