]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pFigure.cxx
#2490 creaMaracasVisu Feature New High - Histogram Interaction
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / pFigure.cxx
index f2bbf1ffad085d2ef15006b897bb90acee0b2988..a1aef5e9732c7126bf41b58ff2178e9206a0cdbf 100644 (file)
@@ -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 );
        }