]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Debug
authorouv <ouv@opencascade.com>
Thu, 17 Dec 2009 13:39:01 +0000 (13:39 +0000)
committerouv <ouv@opencascade.com>
Thu, 17 Dec 2009 13:39:01 +0000 (13:39 +0000)
src/SalomeApp/SalomeApp_DataObject.cxx

index 4c64f4b4a0692f6c570e3a35ef21e1d2c4f83a70..7fe674b43b676cfb70200533f1d2940f2be44583 100644 (file)
@@ -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<LightApp_RootObject*>( root() ) )
       {