X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FpPlotter%2FpFigure.cxx;h=a1aef5e9732c7126bf41b58ff2178e9206a0cdbf;hb=4dcdcabb81ce9f9e9b7ccdb86a64995d7b18ea23;hp=f2bbf1ffad085d2ef15006b897bb90acee0b2988;hpb=e4ef2b5df5aac431ff3b806f83b7dd5e55e89d86;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pFigure.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pFigure.cxx index f2bbf1f..a1aef5e 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pFigure.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pFigure.cxx @@ -56,10 +56,10 @@ IMPLEMENT_CLASS(pFigure, wxObject) */ pFigure :: pFigure(int edges_n, int _w, int _h, int _orientation, bool bar_orientation) { - edges = edges_n; + edges = edges_n; orientation = _orientation; - width = _w; - heigth = _h; + width = _w; + heigth = _h; setBarOrientation( bar_orientation ); }