]> Creatis software - bbtk.git/commitdiff
bbwxSlider.cxx
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Thu, 19 Mar 2009 08:08:14 +0000 (08:08 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Thu, 19 Mar 2009 08:08:14 +0000 (08:08 +0000)
packages/wx/src/bbwxSlider.cxx

index 9066cb8b034a89965847715807a9766d7eec20c0..16192ccb0dd0c74d94322d440f14057ebac73044 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxSlider.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/02/10 14:56:50 $
-  Version:   $Revision: 1.19 $
+  Date:      $Date: 2009/03/19 08:08:14 $
+  Version:   $Revision: 1.20 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -125,9 +125,9 @@ namespace bbwx
     long wxorientation=0;
     if (orientation==0) 
       {
-       sizeX           = 2;
-       sizeY           = 40;
-       wxorientation   = wxSL_HORIZONTAL;
+       sizeX                   = 2; 
+       sizeY                   = 40;
+       wxorientation           = wxSL_HORIZONTAL;
        if (labels==true)
          {
            wxlabels = wxSL_LABELS;