From 54686318c837baa81f75f631523cc151198d0d07 Mon Sep 17 00:00:00 2001 From: ouv Date: Thu, 17 Dec 2009 13:39:01 +0000 Subject: [PATCH] Debug --- src/SalomeApp/SalomeApp_DataObject.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/SalomeApp/SalomeApp_DataObject.cxx b/src/SalomeApp/SalomeApp_DataObject.cxx index 4c64f4b4a..7fe674b43 100644 --- a/src/SalomeApp/SalomeApp_DataObject.cxx +++ b/src/SalomeApp/SalomeApp_DataObject.cxx @@ -486,8 +486,10 @@ 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 - // The attribute is temporarily processed as it is always stored in old format + // The attribute is temporarily stored in old format //if( val.contains( ":" ) ) // old format ('var1::var2|var1') + // Take into account new format + if( !val.contains( " " ) ) { if ( LightApp_RootObject* aRoot = dynamic_cast( root() ) ) { -- 2.39.2