Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: 4.8.2
-
Component/s: GUI: Painting
-
Labels:
-
Environment:Windows7
-
Commits:929e934969c621d7c1773e4233c14d358de4d385 (4.8) b97d1e01c9c76a1ab87fc791dfb8c5708457286c (5.0)
Description
Resizing a column in a QTreeView with an image-item selected will result the following error:
“QPainter::begin: Paint device returned engine == 0, type: 2”
The attached example can be used to reproduce the issue with the following steps:
- select an item with an image
- resize the image-column so that the image is no longer visible
-> the warning will be issued