Salome HOME
Fix for bug IPAL9441 : 3.0.0 (/dn06/../current2106): external PAL9133 is reproduced.
authormkr <mkr@opencascade.com>
Thu, 7 Jul 2005 12:31:52 +0000 (12:31 +0000)
committermkr <mkr@opencascade.com>
Thu, 7 Jul 2005 12:31:52 +0000 (12:31 +0000)
src/SUPERVGUI/SUPERVGUI_BrowseNodeDlg.cxx

index 37b498c5fa9bd135daf874f1981f1e1adbe26f3f..50362a770440d09093b001ac913f7649c3697387 100644 (file)
@@ -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();