Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.5.0, 4.5.1, 4.5.2, 4.5.3, 4.6.0, 4.6.1, 4.6.2, 4.6.3, 4.7.0
-
None
-
GNU/Linux
Description
when calling QWidget::setFixedWidth/setMinimumWidth on the vertical header of a QTableView, there is not scheduled a repaint to update the changes. The attached example shows this by calling setFixedWidth with different values by pressing two buttons.