mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 02:10:36 +05:00
Empty list of objects to delete (bug 19263) fix
This commit is contained in:
parent
afba1c02ad
commit
89ddec5a6b
@ -52,7 +52,7 @@ GEOMToolsGUI_DeleteDlg::GEOMToolsGUI_DeleteDlg( QWidget* parent, const QStringLi
|
||||
QLabel* lab = new QLabel( tr( "GEOM_REALLY_DELETE" ).arg( objects.count() ), this );
|
||||
|
||||
QTextBrowser* viewer = new QTextBrowser( this );
|
||||
viewer->setText( QString( "- " ).arg( objects.join( "<br> -" ) ) );
|
||||
viewer->setText( QString( "-%1" ).arg( objects.join( "<br> -" ) ) );
|
||||
|
||||
QPushButton* buttonYes = new QPushButton( tr( "GEOM_BUT_YES" ), this );
|
||||
QPushButton* buttonNo = new QPushButton( tr( "GEOM_BUT_NO" ), this );
|
||||
|
Loading…
Reference in New Issue
Block a user