From 6deef968209a516b886be227ddcb987234c4c218 Mon Sep 17 00:00:00 2001 From: mkr Date: Thu, 7 Jul 2005 12:31:52 +0000 Subject: [PATCH] Fix for bug IPAL9441 : 3.0.0 (/dn06/../current2106): external PAL9133 is reproduced. --- src/SUPERVGUI/SUPERVGUI_BrowseNodeDlg.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.39.2