]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Debug
authorouv <ouv@opencascade.com>
Wed, 16 Dec 2009 11:57:59 +0000 (11:57 +0000)
committerouv <ouv@opencascade.com>
Wed, 16 Dec 2009 11:57:59 +0000 (11:57 +0000)
src/SalomeApp/SalomeApp_DataObject.cxx

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