mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
Corection.
This commit is contained in:
parent
8d1d443243
commit
65854639b9
@ -2430,7 +2430,7 @@ void SMESHGUI::createSMESHAction( const int id, const QString& po_id, const QStr
|
||||
if ( icon_id.length() )
|
||||
pix = resMgr->loadPixmap( "SMESH", tr( icon_id ) );
|
||||
else
|
||||
pix = resMgr->loadPixmap( "SMESH", tr( QString( "ICO_" )+po_id ) );
|
||||
pix = resMgr->loadPixmap( "SMESH", tr( QString( "ICO_" )+po_id ), false );
|
||||
if ( !pix.isNull() )
|
||||
icon = QIconSet( pix );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user