]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pColorBar.cxx
no newline at end of file
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / pColorBar.cxx
index c735b345c4be550e424cd0407db4e5a5bdfae4d9..d83e4d43e146606b8d9ef78a514c0b06adac22cb 100644 (file)
@@ -363,7 +363,7 @@ pColorBar :: ~pColorBar()
        void pColorBar ::  onAddColorPoint ( wxCommandEvent& anEvent )
        {
                bool addedPoint = false;
-               double real_x = getOrientation() ? convertToRealValue( clickedX ) : convertToRealValue( clickedY );;
+               double real_x = getOrientation() ? convertToRealValue( clickedX ) : convertToRealValue( clickedY );
                wxColour selectedColor = getSelectedColour();
                if (okSelectedColor)
                {