This repository has been archived by the owner on Jul 23, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QGtkWindow: Display all popup-type windows as popups
Qt::WindowType is a flags type, and there are multiple window types that include Qt::Popup. All of these should be displayed as popup windows. This fixes certain window types stealing focus or displaying incorrectly.
- Loading branch information