]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
no message
authorstv <stv@opencascade.com>
Thu, 11 Jan 2007 08:46:25 +0000 (08:46 +0000)
committerstv <stv@opencascade.com>
Thu, 11 Jan 2007 08:46:25 +0000 (08:46 +0000)
src/QDS/QDS_ComboBox.cxx

index bded8fd27004bc7d51cd1e12162e9fb2ca46c504..5f52fa1e46d39b3d7a796e0eeb14fdc4694a65cd 100644 (file)
@@ -283,10 +283,13 @@ void QDS_ComboBox::reset()
       id = -1;
   }
 
+  updateComboData();
+
   if ( id == -1 )
     id = getId( 0 );
 
-  setIntegerValue( id );
+  if ( id >= 0 )
+    setIntegerValue( id );
 }
 
 /*!