]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
refs #331 - Highlighting disappears in Delete objects dialog
authornds <nds@opencascade.com>
Thu, 30 Jan 2014 05:31:15 +0000 (05:31 +0000)
committernds <nds@opencascade.com>
Thu, 30 Jan 2014 05:31:15 +0000 (05:31 +0000)
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 );