X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FpPlotter%2FpGraphicalFunction.h;h=a95a25cfdbf1941b1a4510b7a84a0f08c351ac96;hb=65c158dc171f8d3114ee3544b2a94a1f41880df0;hp=5e4c844f1324b6e8c54dec690b03d5c370f3b03e;hpb=c5feadbb145eecf6d73f793535b7e23eb18db2cb;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pGraphicalFunction.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pGraphicalFunction.h index 5e4c844..a95a25c 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pGraphicalFunction.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pGraphicalFunction.h @@ -116,8 +116,8 @@ public: virtual void getOffsets(int &offsetX,int &offSetY ) { - offsetX=_offsetX; - offsetY=_offsetY; + offsetX=(int)_offsetX; + offsetY=(int)_offsetY; } /*