From: mkr Date: Thu, 23 Jun 2005 13:42:14 +0000 (+0000) Subject: Fix for bug IPAL9233 : 3.0.0(/dn06/../current1606): incorrect default view of the... X-Git-Tag: T3_0_0_a4~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=463fb5517df532bea393de32bec3653f5a394374;p=modules%2Fsuperv.git Fix for bug IPAL9233 : 3.0.0(/dn06/../current1606): incorrect default view of the "Add Node" dlg. --- 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