Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.5.0, 5.6.0 Alpha
-
None
-
Reproducible on Debian GNU/Linux sid amd64, with VLC 2.2.1-0-ga425c42 and Qt 5.5.1
-
0f68f8920573cdce1729a285a92ac8582df32841
Description
Starting with Qt 5.5, using the Qt5 interface of VLC, three quarters of the video is cropped and thus black.
This happens only if the interface is integrated with the video (which is the default btw).
A git bisect lead me to commit "QtWidgets: don't set Qt::WA_OutsideWSRange for 0-sized non-windows" 37f326297d45564298a2c8cb1958a81b858de57c (qtbase/5.5, 13.3.2015) https://codereview.qt-project.org/#/c/108203/ . If reverted, everything is back to normal and works. This change was introduced as a fix for QTBUG-42727.
Attachments
Issue Links
- resulted from
-
QTBUG-42727 [REG 4.8->5.X] Adding QLabel to QHBoxLayout with certain AlignmentFlag(s) (left/right) causes missing repaint
- Closed