Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.0, 6.8.1
-
None
-
Qt 6.8.0 and 6.8.1 via PySide6
Windows 10
Description
In this particular example the contents of a shape depends on the size of the shape, and the size of the shape is updated while it is being shown. In our real application the delays happen due to loading data in the background etc., the example is a bit contrived in order to reproduce the bug.
Rendered in the example are two rectangles, a red one using the curve renderer, and a blue one using the default (geometry) renderer. When the dialog initially loads, the blue rectangle fills the height of the dialog as expected, but the red one does not. However, if the window is resized then both rectangles updated to fill the dialog.