]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/mBarRange.h
DFCH: imageUndoRedo + Manual Paint: It doesn't works :s :s
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / mBarRange.h
index 77e0c8b5c2f42a19a9edfda6e3a7bfa90e0bb14d..96d728c4bd0c2edc6137922bd29ee1d7049d967f 100644 (file)
@@ -59,7 +59,7 @@ public:
        //------------------------------------
        //Constructors & Destructors
        //------------------------------------
-       mBarRange(wxWindow *parent, int w, int h/*, bool theOrientation, bool useWithActualDrawed*/);
+       mBarRange(wxWindow *parent, int w, int h);
        ~mBarRange();
        //------------------------------------
        // Bar Methods
@@ -318,9 +318,9 @@ private:
        //End of the rectangule
        int                        _end;
        //Logical Max
-       double                        _max;
+       double                    _max;
        //Logical Min
-       double                                             _min;
+       double                     _min;
        //Initial point when moving the rectangule bar according to bar reference 
        int                                                _initialPoint;
        /*