! * called when the opacity of the grid was changes, update the grid graphics item */ TODO: this function is only needed for loaded projects where update() doesn't seem to be enough and we have to call gridItem->update() explicitly. This is not required for newly created plots/axes. Why is this difference?
| 2685 | // and we have to call gridItem->update() explicitly. |
| 2686 | // This is not required for newly created plots/axes. Why is this difference? |
| 2687 | void AxisPrivate::updateGrid() { |
| 2688 | gridItem->update(); |
| 2689 | } |
| 2690 | |
| 2691 | void AxisPrivate::recalcShapeAndBoundingRect() { |
| 2692 | if (suppressRecalc) |