Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9
-
None
Description
Following QTBUG-128267, we can now select pies in a pie chart.
However, updating the slice provided as input does not update the chart.
Please find attached a reproducer. `cmake . && make && ./apppiecolor` will display a pie chart with 3 blue pies. Clicking on one pie will trigger the onClicked signal which should change the color of the pie to orange.
It only changes the graph when I resize the window so it seems a refresh or equivalent is missing after the signal handling?