Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.6.0 Beta3
-
None
-
73a300988 (dev), 87de2d3d9 (6.6)
Description
Steps to reproduce in bars example:
- select a bar
- rotate the graph
- select another bar
This was introduced after https://codereview.qt-project.org/c/qt/qtgraphs/+/499285 when the 2 lines were removed from the handleXXChanged functions. However, those cannot be added back, as that will result in an endless loop and huge runtime memory usage.