From 463fb5517df532bea393de32bec3653f5a394374 Mon Sep 17 00:00:00 2001 From: mkr Date: Thu, 23 Jun 2005 13:42:14 +0000 Subject: [PATCH] Fix for bug IPAL9233 : 3.0.0(/dn06/../current1606): incorrect default view of the "Add Node" dlg. --- src/SUPERVGUI/SUPERVGUI_Service.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUPERVGUI/SUPERVGUI_Service.cxx b/src/SUPERVGUI/SUPERVGUI_Service.cxx index 9732c58..f04f0ce 100644 --- a/src/SUPERVGUI/SUPERVGUI_Service.cxx +++ b/src/SUPERVGUI/SUPERVGUI_Service.cxx @@ -317,7 +317,7 @@ void SUPERVGUI_Service::initialise() { SALOME_ModuleCatalog::Service* Service = &(Interface->interfaceservicelist[k]); QListViewItem* myServiceItem = new QListViewItem(myInterfaceItem, (char*)Service->ServiceName); myServiceItem->setSelectable(true); - components->ensureItemVisible(myServiceItem); + //components->ensureItemVisible(myServiceItem); long nbPortsOut = Service->ServiceoutParameter.length(); for (int m=0; m