QMenu is cropped on Windows with high scaling factor
-
If the user choses a scaling factor above the recommended one in Windows

then the following occurs:- the QMenu is drawn incompletely (cropeed) the first time

- if the same QMenu is opened again then it is drawn correctly

- this happens for every QMenu and submenu
Is there a way to display all the QMenu items correctly the first time?
System:
- Windows 10 x64
- PySide6-6.3.1
- CPython 3.10 x64
- the QMenu is drawn incompletely (cropeed) the first time