Skip to content

[WorksheetElement]: execute QGraphicsItem::itemChange() only if the cSystem is not available

Martin Marmsoler requested to merge work/WorksheetElementMove into master

If available, the QGraphicsItem::itemChange() shall not be called, but the code below.

Problem before:

  • Adding custom point to plot ( Coordinatesystem bind = true)
  • Try to move the custom point
  • --> Unable to move the point

Merge request reports