Skip to content

Set type to Dialog in flags if type is Dialog::Normal

Niccolò Venerandi requested to merge work/dialoghint into master

When the Dialog has flags set in qml, the default Qt::Dialog flag got overriden. This ensures that, if the type of the dialog is Dialog::Normal, it has the Qt::Dialog flag.

Edited by Niccolò Venerandi

Merge request reports