Skip to content
Commit ba201a7c authored by Alexander Volkov's avatar Alexander Volkov Committed by Alexander Volkov
Browse files

Get rid of workaround that prevents file dialog from being blocked

Summary:
Invisible proxy QDialog blocks input when the native dialog is shown,
and the workaround is to show the native file dialog with a delay.
But it's not needed since Qt 5.13 after the
QPlatformDialogHelper::DialogIsQtWindow hint was introduced.
parent 137bf194
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment