From: ouv Date: Fri, 4 Jul 2008 12:11:07 +0000 (+0000) Subject: Minor fix X-Git-Tag: TG_VISU2008_14_07_08~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f705dd000fd6daa8297235909d8b9b778678c68a;p=modules%2Fvisu.git Minor fix --- diff --git a/src/VISUGUI/VisuGUI_SelectionPanel.cxx b/src/VISUGUI/VisuGUI_SelectionPanel.cxx index 27f8dd4f..63d5ff18 100644 --- a/src/VISUGUI/VisuGUI_SelectionPanel.cxx +++ b/src/VISUGUI/VisuGUI_SelectionPanel.cxx @@ -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);