Size of visual.Window() still influenced by dialog box

Hi guys,
I was wondering if anybody has ever found a workaround for the issue mentionned here : Size of visual.Window() is influenced by dialogue box

I still have this issue with the latest Psychopy release (PsychoPy3_PY2) when using windows 10 on a laptop (resolution 1920 x 1080, 125%). If I don’t call gui.DlgFromDict before visual.Window, win.size = [1536,864]. If I call gui.DlgFromDict before visual.Window, win.size = [1920,1080].