]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/BaseMPRWindow.cxx
Minor visual glitches
[cpPlugins.git] / lib / cpPlugins / Interface / BaseMPRWindow.cxx
index d55632c6d1dde34e34e813d27b5d520e0b1d6324..04bc870d6af69882164fa5b3ba1cfb36577bdca3 100644 (file)
@@ -29,7 +29,7 @@ BaseMPRWindow( QWidget* parent )
   this->m_YVTK = new QVTKWidget( this );
   this->m_ZVTK = new QVTKWidget( this );
   this->m_WVTK = new QVTKWidget( this );
-  this->addWidgets( this->m_XVTK, this->m_YVTK, this->m_ZVTK, this->m_WVTK );
+  this->addWidgets( this->m_YVTK, this->m_XVTK, this->m_ZVTK, this->m_WVTK );
 
   // Create and associate vtk renderers
   this->m_MPRObjects = vtkSmartPointer< TMPRObjects >::New( );