From: stv Date: Thu, 11 Jan 2007 08:46:25 +0000 (+0000) Subject: no message X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e134cdbf7f5e3308928f381f3e9a1a68b9276c95;p=modules%2Fgui.git no message --- diff --git a/src/QDS/QDS_ComboBox.cxx b/src/QDS/QDS_ComboBox.cxx index bded8fd27..5f52fa1e4 100644 --- a/src/QDS/QDS_ComboBox.cxx +++ b/src/QDS/QDS_ComboBox.cxx @@ -283,10 +283,13 @@ void QDS_ComboBox::reset() id = -1; } + updateComboData(); + if ( id == -1 ) id = getId( 0 ); - setIntegerValue( id ); + if ( id >= 0 ) + setIntegerValue( id ); } /*!