Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DeleteDlg.cxx
index 5c8515713c308f47c7ba58e8bbc97a84cee18bbf..cdf493df93fff1db527ba85223fd189503be50a0 100644 (file)
@@ -44,6 +44,7 @@ HYDROGUI_DeleteDlg::HYDROGUI_DeleteDlg( QWidget* theParent )
   myObjectsLabel = new QLabel( tr( "CONFIRM_DELETION" ), mainFrame() );
   myObjects = new QTextEdit( mainFrame() );
   myObjects->setReadOnly( true );
+  myObjects->setFocusPolicy( Qt::NoFocus );
 
   QGridLayout* aLayout = new QGridLayout( mainFrame() );
   aLayout->setMargin( 5 );