HEXRD / hexrdgui

Qt6 PySide6 based GUI for the HEXRD library.
Other
29 stars 14 forks source link

Do not set a parent for OverlayStylePicker #1713

Closed psavery closed 4 months ago

psavery commented 4 months ago

Calling exec() on the overlay style picker appears to be hiding its parent dialog, which we don't want.

It's okay (arguably preferable) for this picker to be application-modal, so remove the parent.