Closed psavery closed 4 months ago
Calling exec() on the overlay style picker appears to be hiding its parent dialog, which we don't want.
exec()
It's okay (arguably preferable) for this picker to be application-modal, so remove the parent.
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.