]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRBaseData.cxx
#2482 creaMaracasVisu Bug New - HighColorLayer refresh missing. The MPR is not...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMPRBaseData.cxx
index 6e8a688f0036c2da8ac947b5edbae3c74e315d53..feb2f74282b21457dac7a573bb21e26fc7679fac 100644 (file)
@@ -163,6 +163,7 @@ void vtkMPRBaseData::SetX(double x)
                }
                
                _x=x;
+               _observable->InvokeEvent(1);    
        }
 }
 //-------------------------------------------------------------------
@@ -197,6 +198,7 @@ void vtkMPRBaseData::SetY(double y)
                        y=ext[3] + origin[1];
                }
                _y=y;
+               _observable->InvokeEvent(2);    
        }
 }
 //-------------------------------------------------------------------