]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Minor fix
authorouv <ouv@opencascade.com>
Fri, 4 Jul 2008 12:11:07 +0000 (12:11 +0000)
committerouv <ouv@opencascade.com>
Fri, 4 Jul 2008 12:11:07 +0000 (12:11 +0000)
src/VISUGUI/VisuGUI_SelectionPanel.cxx

index 27f8dd4fa60f164284198df1d5d75388d4acf9db..63d5ff18f27db642d45894f16fbe13c69bb7f1d4 100644 (file)
@@ -186,7 +186,7 @@ VisuGUI_SelectionPanel::VisuGUI_SelectionPanel( const SalomeApp_Module* theModul
 
   aVBoxLayout->addWidget( aDataGrp );
 
-  myListPoints = new QTableWidget (myCellsPane);
+  myListPoints = new QTableWidget (myPointsPane);
   myListPoints->setEditTriggers( QAbstractItemView::NoEditTriggers );
   myListPoints->setColumnCount(9);
   myListPoints->setRowCount(0);