From: mkr Date: Thu, 7 Jul 2005 12:31:52 +0000 (+0000) Subject: Fix for bug IPAL9441 : 3.0.0 (/dn06/../current2106): external PAL9133 is reproduced. X-Git-Tag: current25072005~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6deef968209a516b886be227ddcb987234c4c218;p=modules%2Fsuperv.git Fix for bug IPAL9441 : 3.0.0 (/dn06/../current2106): external PAL9133 is reproduced. --- diff --git a/src/SUPERVGUI/SUPERVGUI_BrowseNodeDlg.cxx b/src/SUPERVGUI/SUPERVGUI_BrowseNodeDlg.cxx index 37b498c..50362a7 100644 --- a/src/SUPERVGUI/SUPERVGUI_BrowseNodeDlg.cxx +++ b/src/SUPERVGUI/SUPERVGUI_BrowseNodeDlg.cxx @@ -79,7 +79,8 @@ bool SUPERVGUI_PortField::setNewValue() { if ( !myIsEditable ) return false; QString aTxt = myValue->text(); - if ( aTxt.isNull() || aTxt.isEmpty() ) return false; + //mkr : fix for bug IPAL9441 + //if ( aTxt.isNull() || aTxt.isEmpty() ) return false; if ( aTxt.find( "Unknown" ) < 0 ) { SUPERVGUI* aSupMod = SUPERVGUI::Supervision();