From f705dd000fd6daa8297235909d8b9b778678c68a Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 4 Jul 2008 12:11:07 +0000 Subject: [PATCH] Minor fix --- src/VISUGUI/VisuGUI_SelectionPanel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2