Skip to content

pushDialogLayer: don't implicitly convert properties to bool

Jack Hill requested to merge work/jackh/pushdialoglayer-bool into master

Otherwise we end up ignoring properties that have explicitly been set to 0. For example, modality: Qt.NonModal was being treated as if modality was unset.

Merge request reports