Skip to content
Commit 2c36107c authored by David Redondo's avatar David Redondo 🏎
Browse files

Fix initial size of page download dialog

After reading the Qt Dialog code, I believe that by setting visible: true
we were hitting setVisible to early when we did not have a contenItem and
the dialog stays small even if we later set the contenItem.
BUG:433726
FIXED-IN:5.21.3


(cherry picked from commit 20426cca)
parent d5f3107e
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