From 5e284bae4df451a4fd68f90cce1b8f6c67893147 Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 16 Dec 2009 11:57:59 +0000 Subject: [PATCH] Debug --- src/SalomeApp/SalomeApp_DataObject.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SalomeApp/SalomeApp_DataObject.cxx b/src/SalomeApp/SalomeApp_DataObject.cxx index 2a198fb17..4c64f4b4a 100644 --- a/src/SalomeApp/SalomeApp_DataObject.cxx +++ b/src/SalomeApp/SalomeApp_DataObject.cxx @@ -486,7 +486,8 @@ QString SalomeApp_DataObject::value( const _PTR(SObject)& obj ) const val = QString( str.c_str() ); // Special case to show NoteBook variables in the "Value" column of the OB - if( val.contains( ":" ) ) // old format ('var1::var2|var1') + // The attribute is temporarily processed as it is always stored in old format + //if( val.contains( ":" ) ) // old format ('var1::var2|var1') { if ( LightApp_RootObject* aRoot = dynamic_cast( root() ) ) { -- 2.39.2